Activate django-rest-framework and expose user model

This commit is contained in:
2018-09-12 01:45:03 -06:00
parent f081c38209
commit 48431a4d84
4 changed files with 24 additions and 3 deletions
+1
View File
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
]
MIDDLEWARE = [