Initial updates for the registration app

This commit is contained in:
Roberto Rosario
2012-10-09 02:32:09 -04:00
parent e3cc2efbcb
commit 66cd8938ce
4 changed files with 5 additions and 1 deletions

View File

@@ -182,6 +182,7 @@ INSTALLED_APPS = (
'document_signatures',
'checkouts',
'bootstrap',
'registration',
# Has to be last so the other apps can register it's signals
'signaler',
)