Merge branch 'master' into Production

This commit is contained in:
Martin Pépin 2017-09-25 18:40:00 +02:00
commit b73faa3b84
4 changed files with 27 additions and 19 deletions

View file

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