mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 17:51:12 +02:00
fix: add wholestatic folder
This commit is contained in:
@@ -10,3 +10,4 @@ venv
|
|||||||
db.sqlite3
|
db.sqlite3
|
||||||
staticfiles
|
staticfiles
|
||||||
media
|
media
|
||||||
|
wholestatic
|
||||||
|
|||||||
@@ -15,3 +15,4 @@ devenv.local.yaml
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
local_settings.py
|
local_settings.py
|
||||||
uploads/
|
uploads/
|
||||||
|
wholestatic/
|
||||||
|
|||||||
@@ -115,6 +115,8 @@ USE_I18N = True
|
|||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
STATIC_ROOT = "wholestatic"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from patrickcanal_it.local_settings import *
|
from patrickcanal_it.local_settings import *
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user