mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
Rename demo to requirements.txt and upgrade packages
This commit is contained in:
parent
624ad01afb
commit
f0b96a8aa7
|
@ -1,6 +0,0 @@
|
|||
django>=1.9.0
|
||||
django-rest-auth==0.9.5
|
||||
djangorestframework>=3.7.0
|
||||
django-allauth>=0.24.1
|
||||
six==1.9.0
|
||||
django-rest-swagger==2.0.7
|
6
demo/requirements.txt
Normal file
6
demo/requirements.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
django==1.11.22
|
||||
django-rest-auth==0.9.5
|
||||
djangorestframework>=3.9.4
|
||||
django-allauth>=0.39.1
|
||||
six==1.12.0
|
||||
django-rest-swagger==2.2.0
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user