gealogiuya
This commit is contained in:
30
core/config/apps.py
Normal file
30
core/config/apps.py
Normal file
@@ -0,0 +1,30 @@
|
||||
THIRD_PARTY_APPS = [
|
||||
# "jazzmin",
|
||||
"unfold",
|
||||
"unfold.contrib.filters",
|
||||
"unfold.contrib.forms",
|
||||
"unfold.contrib.import_export",
|
||||
"unfold.contrib.guardian",
|
||||
"unfold.contrib.simple_history",
|
||||
"modeltranslation",
|
||||
"django_ckeditor_5",
|
||||
"corsheaders",
|
||||
"rosetta",
|
||||
"rest_framework",
|
||||
"drf_spectacular",
|
||||
"drf_spectacular_sidecar",
|
||||
]
|
||||
|
||||
DEFAULT_APPS = [
|
||||
"django.contrib.admin",
|
||||
"django.contrib.auth",
|
||||
"django.contrib.contenttypes",
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
]
|
||||
|
||||
PROJECT_APPS = [
|
||||
"apps.shared.apps.SharedConfig",
|
||||
"apps.geology.apps.GeologyConfig",
|
||||
]
|
||||
Reference in New Issue
Block a user