Fix in app
This commit is contained in:
parent
7f85bed0eb
commit
d94e5fbf25
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@ def start_app():
|
|||
JSON_SORT_KEYS=config.json_sort_keys
|
||||
)
|
||||
|
||||
if hasattr(config, 'SERVER_NAME'):
|
||||
application_root=config.application_root
|
||||
SERVER_NAME=config.server_name
|
||||
)
|
||||
|
||||
workdir=os.getcwd()
|
||||
arr_module_path={}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue