Added Long text field for webmodel
This commit is contained in:
parent
faf4c14e2b
commit
edf9b1bd30
3 changed files with 19 additions and 1 deletions
|
|
@ -24,11 +24,15 @@ def start_app():
|
|||
application_root='/'
|
||||
|
||||
if hasattr(config, 'application_root'):
|
||||
#print(config.application_root)
|
||||
application_root=config.application_root
|
||||
|
||||
|
||||
app.config.update(
|
||||
APPLICATION_ROOT=application_root
|
||||
)
|
||||
|
||||
#app.config['APPLICATION_ROOT']=application_root
|
||||
|
||||
if hasattr(config, 'json_sort_keys'):
|
||||
app.config.update(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue