From e1c76c6a3bdcf8fb513ae7136479e27da6edb996 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 29 Mar 2020 17:31:25 +0200 Subject: [PATCH] settings: declare new required COMBO_CELL_ASSET_SLOTS --- panikdb/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/panikdb/settings.py b/panikdb/settings.py index 1c4eaff..13bd9bf 100644 --- a/panikdb/settings.py +++ b/panikdb/settings.py @@ -267,6 +267,7 @@ FILE_UPLOAD_PERMISSIONS = 0o644 ENABLE_TOPIKS = True HAS_SOMA = False SITE_TITLE = 'PanikDB' +COMBO_CELL_ASSET_SLOTS = {} try: from .local_settings import * -- 2.39.2