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?  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9def0a08-c58f-4bff-9525-2892aff18b12%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to