From a7142c5ef44aa672a3bc5f3b3c97bd5529fa8bd7 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sat, 2 Apr 2011 20:02:53 +0200 Subject: removed settings not compatible with Django 1.2. 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', ) -- cgit v0.10.2