a lot of changes

This commit is contained in:
behruz-dev
2025-08-05 09:27:06 +05:00
parent 4550e00618
commit 09e725834f
4 changed files with 17 additions and 6 deletions

View File

@@ -35,6 +35,8 @@ PACKAGES = [
'rest_framework',
'rest_framework_simplejwt',
'corsheaders',
'cacheops',
# 'silk',
]
DJANGO_APPS = [
@@ -62,6 +64,7 @@ MIDDLEWARE = [
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
# 'silk.middleware.SilkyMiddleware',
]
ROOT_URLCONF = 'config.urls'