summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-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 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',