First, make it work. Then worry about security. Once you have a working
site the rest will be easy.

regards
 Steve


[EMAIL PROTECTED] wrote:
> In this situation, pass the .pyc files to .py is hard?
> Because all i want to do is dificulty to see my source code, or never
> see my source code if possible!
>
> On 16 out, 01:25, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>   
>> thank you Steve
>>
>> On 15 out, 23:35, Steve Holden <[EMAIL PROTECTED]> wrote:
>>
>>     
>>> [EMAIL PROTECTED] wrote:
>>>       
>>>> Hi steve.
>>>> I know if i have only the .pyc files i don't see the source.
>>>>         
>>>> But then, if upload to the server only the .pyc and my application
>>>> work correctly, then this solve my problem.
>>>>         
>>>> Exists programs which convert .py files in .pyc? I want this because
>>>> in the situation when i have only the .py files.
>>>>         
>>> If you are happy to deploy just .pyc files then you should find that the
>>> "compileall" library gives you everything you need. There's a
>>> compile_dir() function that will convert whole directory trees of .py
>>> files to .pyc's.
>>>       
>>> regards
>>>  Steve
>>>       
> >
>
>   



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to