Update demo.rst

Changed file name extension name requirements.pip to requirements.txt
This commit is contained in:
Hasan Khan 2020-03-01 22:53:42 +06:00 committed by GitHub
parent 624ad01afb
commit 3bed9ac77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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