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
+1
View File
@@ -10,3 +10,4 @@ venv
db.sqlite3
staticfiles
media
wholestatic
+1
View File
@@ -15,3 +15,4 @@ devenv.local.yaml
__pycache__/
local_settings.py
uploads/
wholestatic/
+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: