not sure why this problem didn't surface before...

pull/1/head
eric 2013-08-30 14:17:45 -04:00
parent 715bf049bc
commit 55d84deaf9
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ INSTALLED_APPS = (
# this must appear *after* django.frontend or else it overrides the # this must appear *after* django.frontend or else it overrides the
# registration templates in frontend/templates/registration # registration templates in frontend/templates/registration
'django.contrib.admin', 'django.contrib.admin',
'booxtream', 'regluit.booxtream',
) )