parent
4a37d35694
commit
b8e7bb9bcc
9 changed files with 102 additions and 5 deletions
|
@ -19,6 +19,7 @@ THIRD_PARTY_APPS = (
|
|||
'rest_framework.authtoken',
|
||||
'corsheaders',
|
||||
'djoser',
|
||||
'django_filters',
|
||||
)
|
||||
LOCAL_APPS = (
|
||||
'ccdb.utils',
|
||||
|
@ -43,6 +44,7 @@ MIDDLEWARE = (
|
|||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'django.contrib.messages.middleware.MessageMiddleware',
|
||||
'django.middleware.clickjacking.XFrameOptionsMiddleware',
|
||||
'ccdb.api.middleware.DeBracketifyMiddleware',
|
||||
)
|
||||
|
||||
DEBUG = env.bool("DJANGO_DEBUG", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue