Change import order to avoid conflict

This commit is contained in:
Roberto Rosario
2012-08-03 10:48:34 -04:00
parent 8b4cf87368
commit 59e75176fe
2 changed files with 5 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ INSTALLED_APPS = (
'workflows',
'checkouts',
'rest_api',
#'bootstrap',
'bootstrap',
'statistics',
# Has to be last so the other apps can register it's signals