From: Frédéric Péters Date: Sun, 29 Mar 2020 15:31:25 +0000 (+0200) Subject: settings: declare new required COMBO_CELL_ASSET_SLOTS X-Git-Tag: v2021~243 X-Git-Url: https://git.0d.be/?p=panikdb.git;a=commitdiff_plain;h=e1c76c6a3bdcf8fb513ae7136479e27da6edb996 settings: declare new required COMBO_CELL_ASSET_SLOTS --- 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 *