"No such table" error.

23 views
Skip to first unread message

Omar Acevedo

unread,
Mar 1, 2014, 2:59:01 PM3/1/14
to django...@googlegroups.com
Hello, I'm having an issue in/with Django, which is on a shared hosting, and I'm using virtualenv and fastcgi.  (<- saying this, just in case it helps in something)

I'm getting
"OperationalError at /admin/
no such table: auth_user" 
after entering my credentials (username & pw) that were set when asked after running the syncdb.
Yes, I created a project (django-admin.py startproject the_project),  then ran python manage.py syncdb.
So it's supposed (which it says it does) to create the tables for the admin, but still, I'm getting that error when going to the admin through mydomain.com/admin.

I'm a first-timer hosting a django app, so, what else I'm supposed to know, to do?  

Camilo Torres

unread,
Mar 2, 2014, 6:14:41 PM3/2/14
to django...@googlegroups.com
May be you are using a different settings file when you ran the command than when you deploy the application.
Reply all
Reply to author
Forward
0 new messages