Fix static files

This commit is contained in:
Yohann D'ANELLO 2020-05-05 07:31:10 +02:00
parent bff49889c5
commit 2857c571ab
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ DATABASES = {
# Break it, fix it!
DEBUG = False
STATIC_ROOT = "/code/static"
# Mandatory !
ALLOWED_HOSTS = ['inscription.tfjm.org']