mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-14 08:50:35 +03:00
Merge pull request #336 from Vitiell0/patch-1
Add step to remind user to migrate their database
This commit is contained in:
commit
606858fba7
|
@ -31,7 +31,13 @@ Installation
|
||||||
url(r'^rest-auth/', include('rest_auth.urls'))
|
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!
|
You're good to go now!
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user