Skip to content

Commit 411cc29

Browse files
committed
Update demo.rst
With requirements file of django >= 1.7.0, change command of `syncdb` to `migrate` (`syncdb` is deprecated).
1 parent 4889cb5 commit 411cc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Do these steps to make it running (ideally in virtualenv).
1111
git clone https://github.com/Tivix/django-rest-auth.git
1212
cd django-rest-auth/demo/
1313
pip install -r requirements.pip
14-
python manage.py syncdb --settings=demo.settings --noinput
14+
python manage.py migrate --settings=demo.settings --noinput
1515
python manage.py runserver --settings=demo.settings
1616
1717
Now, go to ``http://127.0.0.1:8000/`` in your browser.

0 commit comments

Comments
 (0)