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 compile it with -O (or even -OO), this would create optimized 
bytecode which might be less readable than regular bytecode (docstrings are 
stipped, for instance). Not that the code is any harder to decompile, but even 
the decompiled code might be slightly less readable.
-- 
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 unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to