What database are you using?

If you are using sqlite, did you use an absolute path for the database?

If you use a relative path you will have problems, although would have
expected a different error unless for some reason there is still a
database file at relative path but one which hasn't had syncdb done
for it.

In general, probably suggest you might be better off taking this
question to the Django users mailing list as they may understand what
the error implies better.

Graham

On 4 March 2011 17:23, Rich <[email protected]> wrote:
> DatabaseError at /admin/
> Exception Value:
> no such table: django_session
>
> im setting up django for the first time, i ran through a tutorial and
> now im trying to use wsgi with apache. i feel like im getting close,
> im doing the tutorial from the django website if that helps
> is my database not on my path? why does this work with django
> development server and not with apache?   please help thank you
>
> --
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/modwsgi?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to