Finished tag cloud

This commit is contained in:
2013-10-01 22:56:20 +02:00
parent e04a7c6fda
commit 84fd0e38e3
3 changed files with 40 additions and 3 deletions

View File

@@ -161,3 +161,14 @@ LOGGING = {
},
}
}
TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.static",
"django.core.context_processors.tz",
"django.contrib.messages.context_processors.messages",
'gergelypolonkai_django.taghelper.tagcloud',
)