I just had the same problem and I've isolated the issue, sort of. I commented out all the stuff to do with CMS in settings.py and urls.py, except the line "django.core.context_processors.request", in TEMPLATE_CONTEXT_PROCESSORS. The issue still persisted. When I commented that out, too, I was able to access the admin properly, except CMS wasn't available because I commented it out.
Maybe this will help someone smart figure this out? On Aug 10, 4:22 am, "Rob B (uk)" <[email protected]> wrote: > Trying to get a default install of :http://github.com/digi604/django-cms-2.0/ > up and running on my dev but I'm getting this error when trying to log > into adminhttp://dpaste.com/77696/ > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

