Fix instructions on createsuperuser in install docs

New migrate command doesn't prompt for creating a superuser. That can be done
now with "manage.py createsuperuser".
build-pdf-ret-val
Gregor Müllegger 2015-08-17 12:32:01 +02:00
parent bb33396ed8
commit 2c7a9c0eb7
1 changed files with 4 additions and 2 deletions

View File

@ -74,9 +74,11 @@ database::
./manage.py migrate
This will prompt you to create a superuser account for Django. Do that.
Then please create a superuser account for Django::
Then go ahead and load in a couple users and a test projects::
./manage.py createsuperuser
By now, it is the right time to load in a couple users and a test projects::
./manage.py loaddata test_data