The .pyc files are compiled versions of the .py source files that you write.

The .pyc files are generated when they need to be, and aren't necessary 
to store in subversion.  They'll only take up space, and won't give you 
any added benefit by being versioned (since you're already versioning 
the source file that the compiled version came from).

I'm still new to Python, but that's what I've observed so far. :)

Jay

alex kessinger wrote:
> I want to thank you for all your anwsers it has been very helpfull.  I
> also have another question. I am new to the python language, but is it
> okay to store thre .pyc files in subversion. also how do you guys
> handle different settings.py files amongest developers.
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to