When I try to access the admin interface, I receive the following error DatabaseError at /admin/ no such table: django_session
(File "/usr/lib/python2.6/site-packages/django/db/backends/sqlite3/ base.py", line 200, in execute return Database.Cursor.execute(self, query, params) DatabaseError: no such table: django_session) I did a lot of searches at the newsgroup and the internet already. The fact is: the django_session table exists in my sqlite3 db. 'django.contrib.sessions' and other necessary modules are in installed_apps. The only thing that come into mind are incompatible models... All models are registered in the admin site, one has list_display but no custom code is written yet. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.