]> git.0d.be Git - panikweb.git/commitdiff
settings: declare empty JSON_CELL_TYPES
authorFrédéric Péters <fpeters@0d.be>
Sat, 7 Jul 2018 09:26:12 +0000 (11:26 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 7 Jul 2018 09:26:12 +0000 (11:26 +0200)
panikweb/settings.py

index 6848a4a914d9b987d723446cfcb40f1a573f4f6a..9af882daa33525f137402d8db7a161bd0e854fa4 100644 (file)
@@ -271,3 +271,5 @@ AUTH_USER_MODEL = 'aa.User'
 INSTALLED_APPS += ('panikdb.aa',)
 
 COMBO_DASHBOARD_ENABLED = False
+
+JSON_CELL_TYPES = {}