Adding DRF

This commit is contained in:
Daniel Roy Greenfeld 2018-03-13 22:17:46 -05:00 committed by GitHub
parent c06ce847b3
commit 19501ef26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ THIRD_PARTY_APPS = [
'allauth',
'allauth.account',
'allauth.socialaccount',
'rest_framework',
]
LOCAL_APPS = [
'{{ cookiecutter.project_slug }}.users.apps.UsersConfig',