Home:ALL Converter>How to deploy django server into production environment without a full source code?

How to deploy django server into production environment without a full source code?

Ask Time:2013-04-05T15:25:23         Author:pynovice

Json Formatter

I am still a newbie to Python and Django. I am developing a application using Django which will eventually go to the production server. It's a customized web application for the client. After doing some research, I found out Apache with mod_wsgi is the best option for Django deployment. I just have to copy and paste the code into the production server and the application is accessible. But what if I don't want to give the whole source code and give only the executable application to the client(P.S client wants to deploy the application to their own server). Is something like this possible in Python/Django?

Author:pynovice,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/15828148/how-to-deploy-django-server-into-production-environment-without-a-full-source-co
yy