Merge pull request #619 from catborise/master

update requirements
This commit is contained in:
catborise
2023-10-30 15:59:51 +03:00
committed by GitHub
3 changed files with 17 additions and 16 deletions

View File

@@ -127,11 +127,12 @@ USE_TZ = True
STATIC_URL = "/static/"
if not DEBUG:
STATIC_ROOT = Path.joinpath(BASE_DIR, "static")
else:
STATICFILES_DIRS = [
Path.joinpath(BASE_DIR, "static"),
]
STATIC_ROOT = ""
STATICFILES_DIRS = [
Path.joinpath(BASE_DIR, "static"),
]
BS_ICONS_CACHE = Path.joinpath(BASE_DIR, 'static/icon_cache')