Don't save any App Settings for which value would not change
that lets us avoid writing "redundant" values to the database, whereas in fact the underlying value may be coming from config file
This commit is contained in:
parent
117e52df23
commit
c2968fbe52
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/base.mako" />
|
||||
|
||||
<%def name="title()">${self.app_title()} App Settings</%def>
|
||||
<%def name="title()">App Settings</%def>
|
||||
|
||||
<%def name="content_title()"></%def>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue