Thursday, December 21, 2017

Re: Create executable file for Django Project

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.

On Thursday, December 21, 2017 at 7:43:10 AM UTC-5, rajeevl...@gmail.com wrote:
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.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/39f2a08a-c98e-42f7-baa4-549f2b6194bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment