]> git.0d.be Git - panikweb.git/commitdiff
settings: declare required combo settings
authorFrédéric Péters <fpeters@0d.be>
Sat, 31 Aug 2019 12:28:23 +0000 (14:28 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 6 Jan 2020 12:48:46 +0000 (13:48 +0100)
panikweb/settings.py

index 5ec8e906903810e1894c73c62f16cc12e1b6777c..62816a17f90a5f145f5ab3d487e1254b7e689093 100644 (file)
@@ -239,6 +239,9 @@ JSON_CELL_TYPES = {}
 
 WEBSITE_BASE_URL = 'http://www.radiopanik.org/'
 
+COMBO_INITIAL_LOGIN_PAGE_PATH = '/'
+COMBO_WELCOME_PAGE_PATH = None
+
 try:
     from .local_settings import *
 except ImportError as e: