We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4889cb5 + 411cc29 commit 991178aCopy full SHA for 991178a
docs/demo.rst
@@ -11,7 +11,7 @@ Do these steps to make it running (ideally in virtualenv).
11
git clone https://github.com/Tivix/django-rest-auth.git
12
cd django-rest-auth/demo/
13
pip install -r requirements.pip
14
- python manage.py syncdb --settings=demo.settings --noinput
+ python manage.py migrate --settings=demo.settings --noinput
15
python manage.py runserver --settings=demo.settings
16
17
Now, go to ``http://127.0.0.1:8000/`` in your browser.
0 commit comments