Integrate external_res variable

This commit is contained in:
2017-10-04 22:46:52 +02:00
parent 578fa1495d
commit 6c957e3ce4
3 changed files with 11 additions and 4 deletions

View File

@ -227,6 +227,9 @@ LOCALE_PATHS = (
PHONENUMBER_DEFAULT_REGION = "FR"
# Whether to use CDNs (True) or local ressources (False) for JS and CSS
EXTERNAL_RES = True
# Medias
MEDIA_ROOT = './data/'
MEDIA_URL = '/data/'