Update docs to say 'migrate' instead of 'syncdb' in install instructions

build-pdf-ret-val
Gregor Müllegger 2015-07-16 15:38:59 +02:00
parent e1511543d7
commit e58201479f
1 changed files with 3 additions and 5 deletions

View File

@ -73,13 +73,11 @@ This may take a while, so go grab a beverage. When it's done, build your
database::
cd readthedocs
./manage.py syncdb
This will prompt you to create a superuser account for Django. Do that. Then::
./manage.py migrate
Go ahead and load in a couple users and a test projects::
This will prompt you to create a superuser account for Django. Do that.
Then go ahead and load in a couple users and a test projects::
./manage.py loaddata test_data