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 | 237ed2e28b96640783ae53125731603ca3bb6d2a (patch) | |
tree | f1adceb1baab173df22877073a7da563bef27c15 /example_project | |
parent | e2199b283d13018d301fc102dbe08ab46a616998 (diff) | |
parent | 647ff518acc9cdc8cea96d1d7916a3d245f99291 (diff) | |
download | Ishtar-237ed2e28b96640783ae53125731603ca3bb6d2a.tar.bz2 Ishtar-237ed2e28b96640783ae53125731603ca3bb6d2a.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', |