On 09/08/2012 09:02 PM, David Perez wrote:
If I remember correctly I did not get prompt to create a superuser when I wrote /python manage.py syncdb/, so I am not sure if I do not have a superuser.

You can check your user table manually:

    > python manage.py dbshell

    mysql> select * from auth_user;

or

    mysql> select * from auth_user where is_superuser=1;



--
You received this message because you are subscribed to the Google Groups "Django 
users" 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/django-users?hl=en.

Reply via email to