[Answered ]-How to deploy django server into production environment without a full source code?

2👍

You could only give them the .pyc files corresponding to your source code files. That will make it slightly harder for them to look at your source code. However, it’s a very limited measure (i.e. they can still recover some of the structure from your source code), and it’s probably a bad idea.

👤djc

Leave a comment