fix smsbest settings for django upgrade

This commit is contained in:
Sanj 2012-09-01 17:13:16 +05:30
parent 6538b1a1de
commit f517b9ef36

View File

@ -150,7 +150,7 @@ LOG_BACKUPS = 256 # number of logs to keep
# these weird dependencies should be handled by their respective apps,
# but they're not, so here they are. most of them are for django admin.
TEMPLATE_CONTEXT_PROCESSORS = [
"django.core.context_processors.auth",
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",