google app engine - Creating superuser in django-nonrel -
I am a newbie who is going through the degeno-non-native tutorials and establishing of Diego-Niel within Google App Engine Is of
I am now trying to make a superuser:
manage.py createsuperuser --username = joe --email = joe@example.com
I
Unknown command: 'createsuperuser'
Use 'manage.py help' to use
I do not see if I type manage.py help Lets createruperuser listed.
Help.
This solved. To make the same task work for the admin, for anyone else:
1) Make sure django.contrib.auth settings_apps section in your settings
2) Turn off the runner, then using manage.py createsuperuser .
You have made a superuser, start the runner again.
Comments
Post a Comment