Re: Django Tutorial
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;
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home