install all packages and configurate
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user