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:
Daniel Vitiello 2017-06-04 16:54:03 -05:00 committed by GitHub
parent eb9e6eb05a
commit 8981317b1c

View File

@ -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!