Yea, oftentimes strange behavior is caused by stale .pyc/o files, so a
good troubleshooting tactic (that I myself often overlook,
unfortunately -_-) is to always blow away all such files in your
project and then restart whatever server you're using.

Note that there should never, to my knowledge, be any .pyc/.pyo files
_in a checkout_ until you've run a Django project at least once...hard
to tell if that's what you meant or not. Certainly you could end up
with stale files after using Rev X for a few days and then doing 'svn
up' to Rev Y, though, which I think is what you meant.

Regards,
Jeff


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