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

w.c.s. cells appear only if a 'wcs' element exists in
settings.KNOWN_SERVICES
This commit is contained in:
Thomas NOËL 2015-05-20 19:11:37 +02:00
parent ec06dabf2f
commit e66d938c7d
1 changed files with 1 additions and 0 deletions

View File

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