Move STATIC_ROOT in production
This commit is contained in:
parent
368ee3190f
commit
1921f05eba
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ ALLOWED_HOSTS = [
|
||||||
STATIC_ROOT = os.path.join(
|
STATIC_ROOT = os.path.join(
|
||||||
os.path.dirname(os.path.dirname(BASE_DIR)),
|
os.path.dirname(os.path.dirname(BASE_DIR)),
|
||||||
"public",
|
"public",
|
||||||
|
"gestion",
|
||||||
"static",
|
"static",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue