Added Long text field for webmodel

This commit is contained in:
absurdo 2023-10-23 14:35:58 +02:00
parent faf4c14e2b
commit edf9b1bd30
3 changed files with 19 additions and 1 deletions

View file

@ -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(