Michael Radziej wrote: > Well, as a work around, if you don't use a database, you should > remove > "django.core.context_processors.auth", > from TEMPLATE_CONTEXT_PROCESSORS in settings.py
hmm, I don't have that in settings.py. However, I do have: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'myproject.main', ) I tried removing the reference to 'django.contrib.auth' and the error remained, though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---