diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 18:02:53 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 18:02:53 (GMT) |
commit | a7142c5ef44aa672a3bc5f3b3c97bd5529fa8bd7 (patch) | |
tree | e42672789e07cd642371020f28b33c0b59f059dd | |
parent | 06f95893a4ccb46bec2450eacac29e1e266e40c6 (diff) |
removed settings not compatible with Django 1.2.
-rw-r--r-- | settings.py | 13 |
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', ) |