Corrected simple typo in 'THIRD_PARTY_APPS' it was 'THIRED_PARTY_APPS'
This commit is contained in:
parent
7a4102a66d
commit
087c77e319
@ -45,8 +45,8 @@ DJANGO_APPS = [
|
|||||||
"django.contrib.staticfiles",
|
"django.contrib.staticfiles",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Thired party apps
|
# Third party apps
|
||||||
THIRED_PARTY_APPS = [
|
THIRD_PARTY_APPS = [
|
||||||
"crispy_forms",
|
"crispy_forms",
|
||||||
"rest_framework",
|
"rest_framework",
|
||||||
]
|
]
|
||||||
@ -63,7 +63,7 @@ PROJECT_APPS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Combine all apps
|
# Combine all apps
|
||||||
INSTALLED_APPS = DJANGO_APPS + THIRED_PARTY_APPS + PROJECT_APPS
|
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + PROJECT_APPS
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
"django.middleware.security.SecurityMiddleware",
|
"django.middleware.security.SecurityMiddleware",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user