diff --git a/combo/settings.py b/combo/settings.py index 70014af0..98f18f29 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -61,6 +61,7 @@ INSTALLED_APPS = ( 'combo.manager', 'combo.public', 'combo.apps.wcs', + 'combo.apps.publik', ) INSTALLED_APPS = plugins.register_plugins_apps(INSTALLED_APPS)