Move STATIC_ROOT in production

This commit is contained in:
Martin Pépin 2017-09-12 09:22:41 +02:00
parent 368ee3190f
commit 1921f05eba

View file

@ -21,6 +21,7 @@ ALLOWED_HOSTS = [
STATIC_ROOT = os.path.join(
os.path.dirname(os.path.dirname(BASE_DIR)),
"public",
"gestion",
"static",
)