This commit is contained in:
2024-05-10 09:38:31 +03:00
parent 9a5f895b93
commit 49cc44027d
81 changed files with 6093 additions and 28 deletions

View File

@@ -9,6 +9,7 @@ STATICFILES_DIR = os.path.join(BASE_DIR, "staticfiles")
STATIC_DIR = os.path.join(BASE_DIR, "static")
MEDIA_DIR = os.path.join(BASE_DIR, "mediafiles")
LOGS_DIR = os.path.join(BASE_DIR, "logs")
COMPRESS_ROOT = os.path.join(BASE_DIR, "staticfiles")
SECRET_KEY = 'django-insecure-xvn9xig-%a4=4xt14#yo6on@g(l$tc!r^8i#ard1nio(4i_b+@'
DADATA_API_KEY = 'a6370792e9cfc9afdf5074c604eadf093ce9521f'
DEBUG = True