add new api

This commit is contained in:
behruz-dev
2025-08-25 15:56:09 +05:00
parent 74ecc581ae
commit 30e0e3462f
15 changed files with 108 additions and 61 deletions

View File

@@ -38,7 +38,6 @@ PACKAGES = [
'rest_framework_simplejwt',
'corsheaders',
'cacheops',
# 'silk',
]
DJANGO_APPS = [
@@ -100,7 +99,6 @@ DATABASES = {
'PASSWORD': env.str('POSTGRES_PASSWORD'),
'HOST': env.str('POSTGRES_HOST'),
'PORT': env.str('POSTGRES_PORT'),
'CONN_MAX_AGE': 0
}
}
@@ -159,5 +157,5 @@ from config.conf.logs import *
from config.conf.cors_headers import *
from config.conf.drf_yasg import *
from config.conf.jazzmin import *
from config.conf.redis import *
from config.conf.celery import *
from config.conf.celery import *
from config.conf.redis import *