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 | 647ff518acc9cdc8cea96d1d7916a3d245f99291 (patch) | |
| tree | 54ecce6a9ba17aae87e86d4328c02597b299405d | |
| parent | ebe9072aa2b77cd7615fa95df4d23a0f39695ce0 (diff) | |
| download | Ishtar-647ff518acc9cdc8cea96d1d7916a3d245f99291.tar.bz2 Ishtar-647ff518acc9cdc8cea96d1d7916a3d245f99291.zip | |
settings: root "static" path is not used anymore
| -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 | 
