Skip to content

Commit 991178a

Browse files
committed
Merge pull request #142 from Tivix/update-demo-rst
Update demo.rst
2 parents 4889cb5 + 411cc29 commit 991178a

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)