From 2c55ec7636fc806ef77981c0469a82c1047ab6f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Aug 2017 14:57:01 +0200 Subject: Settings: add explicitly a new static dir to STATICFILES_DIRS in order to overload admin files --- example_project/settings.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 6b3022089..a104d4715 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -33,6 +33,10 @@ BASE_URL = "/" URL_PATH = "" EXTRA_VERSION = 'git' +STATICFILES_DIRS = ( + ROOT_PATH + "../static/", +) + ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" LOGIN_REDIRECT_URL = "/" + URL_PATH -- cgit v1.2.3