On Jul 29, 3:54 am, marcoshernandez <marcos...@gmail.com> wrote:
> Im having this error in my application (both admin models and my app
> models) I'm almost certain that has to be something with Apache-
> mod_wsgi not finding the files... but I just can't find the origin of
> the error...
<snip>
> Exception Type: OperationalError at /admin/
> Exception Value: no such table: django_session

Do you actually have the django_session table? What happens if you go
into the DB shell  (./manage.py dbshell) and do SHOW TABLES;?
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to