Create executable file for Django Project

193 views
Skip to first unread message

rajeevl...@gmail.com

unread,
Dec 21, 2017, 12:43:10 PM12/21/17
to Django users
Hi All,

Can it be possible to create executable file for my django project. So that once I install my application no one can access or change my code/scripts.

Please revert me back asap.

Thanks.

Jason

unread,
Dec 21, 2017, 1:19:33 PM12/21/17
to Django users
What's the use case for this?  What makes your code so valuable?

You can use something like pyinstaller to package a python project for a desktop application, but django doesn't work this way.  Any project you install via pip is visible in your environment.

If you don't want anyone looking at or  changing your code, either add a restrictive license to your project or don't make the project available.
Reply all
Reply to author
Forward
0 new messages