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 this message is related with my db table. Can't solve > error though. Or might be serious error somewhere. Stuck on this > problem half of my day and making me frustrated. Please give me help > to get out of this damned message :(
You probably need to do `python manage.py syncdb`, as you have probably installed the django.contrib.sessions application after you ran a syncdb the last time. Regards, -- Christian Joergensen http://www.technobabble.dk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---