remove DIRECT_EDITING setting

This commit is contained in:
Laura Klünder 2017-06-13 00:13:10 +02:00
parent 2f0b7d13d6
commit 4269f64326
2 changed files with 0 additions and 9 deletions

View file

@ -50,7 +50,6 @@ 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=20.0))
db_backend = config.get('database', 'backend', fallback='sqlite3')