Re: How crypt python code

2010-01-12 Thread Masklinn
On 12 Jan 2010, at 09:47 , Jirka Vejrazka wrote: > > Hi, > > You can't really. The code has to be executed, therefore it has to > be readable by the server. So, by definition, it is readable by sever > admin(s).. You could implement some obfuscation, but it,s not really > worth it. Well you can

Re: How crypt python code

2010-01-12 Thread Robert S
You could try uploading your .pyc files, without your .py source. That will be something of a maintenance night-mare, but should work -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.

Re: How crypt python code

2010-01-12 Thread Jirka Vejrazka
Hi, You can't really. The code has to be executed, therefore it has to be readable by the server. So, by definition, it is readable by sever admin(s).. You could implement some obfuscation, but it,s not really worth it. The best you can do is to check your hosting contract/agreement, see what

How crypt python code

2010-01-11 Thread nameless
I have to upload my django project on shared hosting. How can I crypt my code ? I want to hide my code on server. Thanks :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To un