Static dans le vrai home
This commit is contained in:
parent
6e0792c5f2
commit
77c9880cf4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ DBPASSWD = import_secret("DBPASSWD")
|
|||
|
||||
ALLOWED_HOSTS = ["vote.eleves.ens.fr"]
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||
STATIC_ROOT = os.path.join(os.path.dirname(BASE_DIR), "static")
|
||||
|
||||
# #############################################################################
|
||||
# Paramètres du cache
|
||||
|
|
Loading…
Reference in a new issue