mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-11 23:40:36 +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,6 +31,12 @@ 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