summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/settings.py b/settings.py
index ac4ad72..0894d5f 100644
--- a/settings.py
+++ b/settings.py
@@ -34,20 +34,8 @@ MEDIA_ROOT = ''
MEDIA_URL = ''
-STATIC_ROOT = ''
-
-STATIC_URL = '/static/'
-
ADMIN_MEDIA_PREFIX = '/static/admin/'
-STATICFILES_DIRS = ()
-
-STATICFILES_FINDERS = (
- 'django.contrib.staticfiles.finders.FileSystemFinder',
- 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
-# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
-)
-
SECRET_KEY = 'oepk-$!=)c)7+y%cdz-x46_h5bp!o-*9%dv!(sf=3r4zfqk_(t'
TEMPLATE_LOADERS = (
@@ -76,7 +64,6 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
- 'django.contrib.staticfiles',
'django.contrib.admin',
'helsinki.program',
)