|
|
|
|
@ -41,6 +41,7 @@ THIRD_PARTY_APPS = [ |
|
|
|
|
'mathfilters', # Basic math operations in templates; https://pypi.python.org/pypi/django-mathfilters |
|
|
|
|
'generic_relations', # https://github.com/Ian-Foote/rest-framework-generic-relations |
|
|
|
|
'hitcount', |
|
|
|
|
'django_activeurl', |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
LOCAL_APPS = [ |
|
|
|
|
@ -85,6 +86,7 @@ TEMPLATES = [ |
|
|
|
|
'django.template.context_processors.request', |
|
|
|
|
'django.contrib.auth.context_processors.auth', |
|
|
|
|
'django.contrib.messages.context_processors.messages', |
|
|
|
|
'django.core.context_processors.request', |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
# Load these templatetags by default: |
|
|
|
|
|