From 53cd343ea0f33f3b269ae5fd5e3890a3a3ad934d Mon Sep 17 00:00:00 2001 From: piskvorky Date: Wed, 7 Dec 2011 02:57:32 +0100 Subject: added the staticfiles app itself =) --- askbot/setup_templates/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py index 7964368b..f41500f7 100644 --- a/askbot/setup_templates/settings.py +++ b/askbot/setup_templates/settings.py @@ -142,6 +142,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( 'askbot.user_messages.context_processors.user_messages',#must be before auth 'django.core.context_processors.auth', #this is required for admin 'django.core.context_processors.csrf', #necessary for csrf protection + "django.core.context_processors.static", ) @@ -150,6 +151,7 @@ INSTALLED_APPS = ( 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', + "django.contrib.staticfiles", #all of these are needed for the askbot 'django.contrib.admin', -- cgit v1.2.3-1-g7c22