update demo doc

This commit is contained in:
Mateusz Sikora 2014-10-16 15:57:30 +02:00
parent 6e76b2e3ee
commit 87a8e5865a

View File

@ -6,7 +6,7 @@ To run demo project (ideally in virtualenv):
.. code-block:: python .. code-block:: python
cd /tmp cd /tmp
git clone git@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.pip
python manage.py syncdb --settings=demo.settings --noinput python manage.py syncdb --settings=demo.settings --noinput