Allow for the pagination templates to be overrided

This commit is contained in:
Roberto Rosario
2015-01-24 02:33:53 -04:00
parent b2580dc37c
commit 7e076daf37

View File

@@ -68,7 +68,6 @@ INSTALLED_APPS = (
'lock_manager',
'mimetype',
'navigation',
'pagination',
'permissions',
'project_setup',
'project_tools',
@@ -102,6 +101,9 @@ INSTALLED_APPS = (
# Must be last on Django < 1.7 as per documentation
# https://django-activity-stream.readthedocs.org/en/latest/installation.html
'actstream',
# Pagination app must go after the main app so that the main app can
# override the default pagination template
'pagination',
)
MIDDLEWARE_CLASSES = (