IZAAC_BASE - reverse proxy
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2023-11-12 20:05:55 +01:00
parent 415efa917f
commit 78d0a3c55f

View File

@ -185,7 +185,7 @@ USE_TZ = True
STATIC_URL = "static/"
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'staticfiles')
os.path.join(BASE_DIR, 'static'), # Do NOT make this the same as STATIC_ROOT
]
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')