Fixes README

This commit is contained in:
Michael 2020-02-29 23:03:58 -06:00
parent aafd10fcce
commit 8b3915e119

View File

@ -21,7 +21,7 @@ Add `dj_rest_auth` app to INSTALLED_APPS in your django settings.py:
'rest_framework', 'rest_framework',
'rest_framework.authtoken', 'rest_framework.authtoken',
..., ...,
'rest_auth' 'dj_rest_auth'
) )
Add URL patterns Add URL patterns