Skip to content

Commit

Permalink
Merge 3bed9ac into 624ad01
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingBucket committed Mar 1, 2020
2 parents 624ad01 + 3bed9ac commit 93df844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo.rst
Expand Up @@ -10,7 +10,7 @@ Do these steps to make it running (ideally in virtualenv).
cd /tmp
git clone https://github.com/Tivix/django-rest-auth.git
cd django-rest-auth/demo/
pip install -r requirements.pip
pip install -r requirements.txt
python manage.py migrate --settings=demo.settings --noinput
python manage.py runserver --settings=demo.settings
Expand Down

0 comments on commit 93df844

Please sign in to comment.