Add queue manager app to installed apps

This commit is contained in:
Roberto Rosario
2012-07-29 05:34:13 -04:00
parent b15f5538e1
commit 20856b1589

View File

@@ -154,6 +154,7 @@ INSTALLED_APPS = (
'navigation', 'navigation',
'lock_manager', 'lock_manager',
'web_theme', 'web_theme',
'queue_manager',
# pagination needs to go after web_theme so that the pagination template is found # pagination needs to go after web_theme so that the pagination template is found
'pagination', 'pagination',
'common', 'common',