Change import paths to be absolute, change pythonpath for config app
This commit is contained in:
parent
c378e408ef
commit
841053f878
19 changed files with 814 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
from config_app import app as application
|
||||
from config_endpoints.api import api_bp
|
||||
from config_endpoints.setup_web import setup_web
|
||||
from config_app.c_app import app as application
|
||||
from config_app.config_endpoints.api import api_bp
|
||||
from config_app.config_endpoints.setup_web import setup_web
|
||||
|
||||
|
||||
application.register_blueprint(setup_web)
|
||||
|
|
Reference in a new issue