From 476f7a46949709cc41f00ddcf6c7dda43697266a Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Tue, 26 May 2015 17:14:53 +0200 Subject: [PATCH] settings.py: add combo.apps.publik in INSTALLED_APPS --- combo/settings.py | 1 + 1 file changed, 1 insertion(+) 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)