Re: Adding Junk code to your django project

2018-01-11 Thread Scot Hacker
It is possible (though not common) to distribute the compiled *.pyc files rather than the source *.py files. See the bottom of https://www.smallsurething.com/how-to-obfuscate-python-source-code/ . Back in early days of Django there was a (very expensive) commercially sold content management sys

Re: Adding Junk code to your django project

2018-01-11 Thread Kasper Laudrup
Hi there, On 2018-01-11 07:58, ashish.bha...@exponentiadata.com wrote: Hello, I have a requirement which says that the user should not be able to read/modify my code.I thought to add some junk code to the project is it possible?? Assuming by "user" you mean someone who has a copy of your co

Re: Adding Junk code to your django project

2018-01-11 Thread Antonis Christofides
Hello, Instagram is written in Django; however when you use Instagram you can't see or modify the code, can you? Same thing in every web application, whether written in RoR, PHP, Java, whatever. So what exactly do you mean? What is the "user" of your code? Why would the user be able to read/modif

Adding Junk code to your django project

2018-01-11 Thread ashish . bhatia
Hello, I have a requirement which says that the user should not be able to read/modify my code.I thought to add some junk code to the project is it possible?? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st