Re: Hi guys, I'm having trouble with newform-admin interface

2008-10-25 Thread Christian Joergensen
astray wrote: > ProgrammingError: error: There's no relation named "django_session" > <--- message translated by my own because I'm not English user. Just > focus on the meanig of this message cause this might be not identical. > _ > > I'm guessing thi

Hi guys, I'm having trouble with newform-admin interface

2008-10-24 Thread astray
% settings.py % MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', ) INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',