mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-11 15:30:34 +03:00
Add step to remind user to migrate their database
I didn't do this and spent a while tracking down errors with CSRF and Token Validation.
This commit is contained in:
parent
eb9e6eb05a
commit
8981317b1c
|
@ -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