settings.py: add combo.apps.publik in INSTALLED_APPS

This commit is contained in:
Thomas NOËL 2015-05-26 17:14:53 +02:00
parent 263c667222
commit 476f7a4694
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ INSTALLED_APPS = (
'combo.manager',
'combo.public',
'combo.apps.wcs',
'combo.apps.publik',
)
INSTALLED_APPS = plugins.register_plugins_apps(INSTALLED_APPS)