Set up api app

This commit is contained in:
2021-04-14 23:37:44 +00:00
parent 8b62801f8c
commit 475f686dfe
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ from django.apps import AppConfig
class ApiConfig(AppConfig):
name = 'api'
name = 'server.api'
+1
View File
@@ -44,6 +44,7 @@ INSTALLED_APPS = [
'allauth.account',
'dj_rest_auth',
'dj_rest_auth.registration',
'server.api',
]
MIDDLEWARE = [