add hostingpackages app to INSTALLED_APPS

This commit is contained in:
Jan Dittberner 2015-01-18 13:22:31 +01:00
parent 9f63fbbb5d
commit 12455e2d99

View file

@ -262,6 +262,7 @@ LOCAL_APPS = (
'osusers', 'osusers',
'managemails', 'managemails',
'userdbs', 'userdbs',
'hostingpackages',
) )
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps # See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps