deployment - How to deploy django server into production environment without a full source code? -
i still newbie python , django. developing application using django go production server. it's customized web application client. after doing research, found out apache mod_wsgi
best option django
deployment. have copy , paste code production server , application accessible. if don't want give whole source code , give executable application client(p.s client wants deploy application own server)
. possible in python/django
?
you give them .pyc files corresponding source code files. make harder them @ source code. however, it's limited measure (i.e. can still recover of structure source code), , it's bad idea.
Comments
Post a Comment