Set up api app

This commit is contained in:
Tanner Collin 2021-04-14 23:37:44 +00:00
parent 8b62801f8c
commit 475f686dfe
3 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@ from django.apps import AppConfig
class ApiConfig(AppConfig):
name = 'api'
name = 'server.api'

View File

View File

@ -44,6 +44,7 @@ INSTALLED_APPS = [
'allauth.account',
'dj_rest_auth',
'dj_rest_auth.registration',
'server.api',
]
MIDDLEWARE = [