manage map updates in control panel
This commit is contained in:
parent
84fd2b0011
commit
e170e128bc
11 changed files with 258 additions and 6 deletions
|
@ -46,6 +46,7 @@ if not os.path.exists(CACHE_ROOT):
|
|||
|
||||
PUBLIC_EDITOR = config.getboolean('c3nav', 'editor', fallback=True)
|
||||
PUBLIC_BASE_MAPDATA = config.getboolean('c3nav', 'public_base_mapdata', fallback=False)
|
||||
AUTO_PROCESS_UPDATES = config.getboolean('c3nav', 'auto_process_updates', fallback=True)
|
||||
|
||||
if config.has_option('django', 'secret'):
|
||||
SECRET_KEY = config.get('django', 'secret')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue