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