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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -