From 15e1ac0a90315066551f2fe26d7343c0177740c8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Oct 2017 12:59:44 +0200 Subject: settings: root "static" path is not used anymore --- example_project/settings.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 6ca8cb5fc..f631047cb 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -32,10 +32,6 @@ 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