I have a strange error on my live server. On the development server everything works just fine.
About half the time I get an error: ViewDoesNotExist at /companies/ Tried list in module vicrsa.companies.views. Error was: 'module' object has no attribute 'models' Request Method: GET Request URL: http://*********/companies/ Exception Type: ViewDoesNotExist Exception Value: Tried list in module vicrsa.companies.views. Error was: 'module' object has no attribute 'models' Exception Location: /django/django-0.96/django/core/urlresolvers.py in _get_callback, line 129 This happens with 2 models from 2 different applications. My setup is: Apache + mod_python + django 0.96 I always restart apache after updating and this time I've also rebooted the server and removed all .pyc files. Any clues? Timothy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---