diff options
| 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 | 
| commit | 15e1ac0a90315066551f2fe26d7343c0177740c8 (patch) | |
| tree | 54ecce6a9ba17aae87e86d4328c02597b299405d /example_project/settings.py | |
| parent | d21e82a11631909244897b64891b5f7fceddb54d (diff) | |
| download | Ishtar-15e1ac0a90315066551f2fe26d7343c0177740c8.tar.bz2 Ishtar-15e1ac0a90315066551f2fe26d7343c0177740c8.zip | |
settings: root "static" path is not used anymore
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 4 | 
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 | 
