mmm!... That's interesting....
The dbshell says: "Error: You appear not to have the 'sqlite3' program
installed or on your path."
Like i said, with the runserver everything is fine... that's weird
I added the sqlite3 app dir to the path env-var in the OS but the same
error raises in "manage.py dbshell", Win does recognize the sqlite3
executable, thou.

On Jul 29, 3:19 am, Daniel Roseman <dan...@roseman.org.uk> wrote:
> 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