On Tue, Aug 11, 2009 at 1:01 AM, odonnell<o...@me.com> wrote: > > I'll try starting with the example project this time, maybe something > in there is different than starting a project with django-admin.py > startproject. >
The standard django project skeleton does not have django.core.context_processors.request in its TEMPLATE_CONTEXT_PROCESSORS list. The traceback you sent in the other thread never touches the django-cms2 code itself. It seems that you overwrote TEMPLATE_CONTEXT_PROCESSORS with a list containing only the request context processor, and left out the auth context processor which is required by the admin interface (it's not the only one that's required...) Matthias -- http://spinlock.ch/pub/feincms/ --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---