mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-10-31 07:47:33 +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,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! | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user