contract create apis is done

This commit is contained in:
behruz-dev
2025-07-16 15:24:29 +05:00
parent 834ca060ef
commit 32469f4f46
4 changed files with 23 additions and 11 deletions

View File

@@ -27,13 +27,13 @@ DJANGO_APPS = [
'django.contrib.staticfiles',
]
DJANGO_UNFOLD = [
"unfold",
"unfold.contrib.filters",
"unfold.contrib.forms",
"unfold.contrib.guardian",
"unfold.contrib.simple_history",
]
# DJANGO_UNFOLD = [
# "unfold",
# "unfold.contrib.filters",
# "unfold.contrib.forms",
# "unfold.contrib.guardian",
# "unfold.contrib.simple_history",
# ]
APPS = [
'core.apps.shared',
@@ -49,7 +49,7 @@ PACKAGES = [
]
INSTALLED_APPS = []
INSTALLED_APPS += DJANGO_UNFOLD
# INSTALLED_APPS += DJANGO_UNFOLD
INSTALLED_APPS += DJANGO_APPS
INSTALLED_APPS += PACKAGES
INSTALLED_APPS += APPS
@@ -151,4 +151,4 @@ from config.conf.rest_framework import *
from config.conf.simplejwt import *
from config.conf.celery import *
from config.conf.redis import *
from config.conf.unfold import *
# from config.conf.unfold import *