summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-20 12:59:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-20 12:59:44 +0200
commit15e1ac0a90315066551f2fe26d7343c0177740c8 (patch)
tree54ecce6a9ba17aae87e86d4328c02597b299405d /example_project
parentd21e82a11631909244897b64891b5f7fceddb54d (diff)
downloadIshtar-15e1ac0a90315066551f2fe26d7343c0177740c8.tar.bz2
Ishtar-15e1ac0a90315066551f2fe26d7343c0177740c8.zip
settings: root "static" path is not used anymore
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py4
1 files changed, 0 insertions, 4 deletions
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