Apparently there is a difference between the cache created by apache and the one created by django that makes them incompatible. In order for me to run syncdb I had to delete the cache, and before apache could create a new cache, run syncdb... however this caused apache to start throwing the same error, which required the same fix... deleting the cache so that it could be recreated by apache.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---