base for new renderer
This commit is contained in:
parent
d644ac614e
commit
97ffea6166
6 changed files with 152 additions and 277 deletions
|
@ -50,7 +50,7 @@ else:
|
|||
debug_fallback = "runserver" in sys.argv
|
||||
DEBUG = config.getboolean('django', 'debug', fallback=debug_fallback)
|
||||
DIRECT_EDITING = config.getboolean('c3nav', 'direct_editing', fallback=DEBUG)
|
||||
RENDER_SCALE = float(config.get('c3nav', 'render_scale', fallback=12.5))
|
||||
RENDER_SCALE = float(config.get('c3nav', 'render_scale', fallback=20.0))
|
||||
|
||||
db_backend = config.get('database', 'backend', fallback='sqlite3')
|
||||
DATABASES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue