install all packages and configurate

This commit is contained in:
behruz-dev
2025-07-30 17:03:37 +05:00
parent da201800b4
commit f89a257553
10 changed files with 167 additions and 8 deletions

View File

@@ -26,9 +26,12 @@ APPS = [
PACKAGES = [
'drf_yasg',
'rest_framework',
'rest_framework_simplejwt',
]
DJANGO_APPS = [
'jazzmin',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
@@ -132,3 +135,6 @@ MEDIA_ROOT = BASE_DIR / 'resources/media'
# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
from config.conf import *