diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-20 13:07:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-20 13:07:22 +0200 |
commit | ac4627c0895bc0aa2c355af675e8e440b3f3f711 (patch) | |
tree | f1adceb1baab173df22877073a7da563bef27c15 /example_project | |
parent | b4ad4c2541a9bb6d7ce2704d2f7fae6aeb642cbb (diff) | |
parent | 15e1ac0a90315066551f2fe26d7343c0177740c8 (diff) | |
download | Ishtar-ac4627c0895bc0aa2c355af675e8e440b3f3f711.tar.bz2 Ishtar-ac4627c0895bc0aa2c355af675e8e440b3f3f711.zip |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'example_project')
-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 90991ebd5..0c6be079e 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/", -) - STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', |