start to write contract apis

This commit is contained in:
behruz-dev
2025-07-16 14:48:56 +05:00
parent 2e6f50de43
commit 834ca060ef
18 changed files with 203 additions and 40 deletions

View File

@@ -42,7 +42,7 @@ APPS = [
]
PACKAGES = [
'drf_spectacular',
'drf_yasg',
'rest_framework',
'rest_framework_simplejwt',
'cacheops',
@@ -146,7 +146,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
AUTH_USER_MODEL = 'accounts.User'
from config.conf.drf_spectacular import *
from config.conf.drf_yasg import *
from config.conf.rest_framework import *
from config.conf.simplejwt import *
from config.conf.celery import *