Hi!  I tried submitting this as a ticket via code.djangoproject.com,
but it regarded it a spam everytime I tried to submit it.. I changed it
around a bit, but I couldn't get past the spam protection.

So here's my problem.
I created a brand new project, enabled the Admin entry in urls, added
django.contrib.admin to the apps, and sync'd the db without any
problems.

When I...
manage.py runserver: I am able to access and log into
localhost:8000/admin/ without any errors.

manage.py fastcgi blah blah (having apache2 setup with fastcgi): I am
able to access localhost (django 404, seems to be working), but an
error comes up when I try to request localhost/admin/.

{{{
Request Method:         GET
Request URL:            http://localhost/admin/
Exception Type:         OperationalError
Exception Value:        no such table: django_session
Exception Location:
        
/usr/local/lib/python2.4/site-packages/django/db/backends/sqlite3/base.py
in execute, line 92
}}}

Again, I only receive this error when I am trying to access it through
apache2/fcgi.

sqlite3 shows my database having a django_session table.

Thanks for any help!


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to