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.
1 parent 624ad01 commit 3bed9acCopy full SHA for 3bed9ac
docs/demo.rst
@@ -10,7 +10,7 @@ Do these steps to make it running (ideally in virtualenv).
10
cd /tmp
11
git clone https://github.com/Tivix/django-rest-auth.git
12
cd django-rest-auth/demo/
13
- pip install -r requirements.pip
+ pip install -r requirements.txt
14
python manage.py migrate --settings=demo.settings --noinput
15
python manage.py runserver --settings=demo.settings
16
0 commit comments