On Mon, Jul 7, 2008 at 12:13 PM, Fernando Rodríguez <[EMAIL PROTECTED]> wrote:
> > El lun, 07-07-2008 a las 07:02 -0700, urukay escribió: > > > > never faced this kind of problem before :S..maybe if u write down or > upload > > somewhere ur settings.py file > > Here it is: > > [snip] > > MIDDLEWARE_CLASSES = [] #( > #'django.middleware.common.CommonMiddleware', > #'django.contrib.sessions.middleware.SessionMiddleware', > #'django.contrib.auth.middleware.AuthenticationMiddleware', > #'django.middleware.doc.XViewMiddleware', > #) > This is a problem. Un-comment these, because Admin needs them. [snip] > > INSTALLED_APPS = ( > 'django.contrib.auth', > 'django.contrib.contenttypes', > #'django.contrib.sessions', > #'django.contrib.sites', > 'django.contrib.admin', > 'mysite.books', > Admin is also going to need django.contrib.sessions. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---