Merge pull request #336 from Vitiell0/patch-1

Add step to remind user to migrate their database
This commit is contained in:
mario 2017-06-12 17:34:31 +02:00 committed by GitHub
commit 606858fba7

View File

@ -31,6 +31,12 @@ Installation
url(r'^rest-auth/', include('rest_auth.urls'))
)
4. Migrate your database
.. code-block:: python
python manage.py migrate
You're good to go now!