fix: add wholestatic folder

This commit is contained in:
2026-09-14 19:53:12 +02:00
parent 4be478ab33
commit b10f0c65bb
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -115,6 +115,8 @@ USE_I18N = True
USE_TZ = True
STATIC_ROOT = "wholestatic"
try:
from patrickcanal_it.local_settings import *
except Exception as e: