This commit is contained in:
Hasan Khan 2022-04-03 16:06:37 +09:00 committed by GitHub
commit 7d7f877897
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 cd /tmp
git clone https://github.com/Tivix/django-rest-auth.git git clone https://github.com/Tivix/django-rest-auth.git
cd django-rest-auth/demo/ 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 migrate --settings=demo.settings --noinput
python manage.py runserver --settings=demo.settings python manage.py runserver --settings=demo.settings