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