Set up api app
This commit is contained in:
parent
8b62801f8c
commit
475f686dfe
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
class ApiConfig(AppConfig):
|
class ApiConfig(AppConfig):
|
||||||
name = 'api'
|
name = 'server.api'
|
||||||
|
|
0
server/server/api/migrations/__init__.py
Normal file
0
server/server/api/migrations/__init__.py
Normal file
|
@ -44,6 +44,7 @@ INSTALLED_APPS = [
|
||||||
'allauth.account',
|
'allauth.account',
|
||||||
'dj_rest_auth',
|
'dj_rest_auth',
|
||||||
'dj_rest_auth.registration',
|
'dj_rest_auth.registration',
|
||||||
|
'server.api',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user