On Saturday, March 1, 2014 3:29:01 PM UTC-4:30, Omar Acevedo wrote:
>
> 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?  
>

May be you are using a different settings file when you ran the command 
than when you deploy the application.

-- 
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/c14a45af-7bd8-40b0-8faa-2ec7bb7bebe4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to