Skip to content
Snippets Groups Projects
Commit 2ff961db authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.33 Release

parent 62ff4ab2
No related branches found
No related tags found
No related merge requests found
from database import app, run_run_with_debug, port, db
import covid19.blueprints.application.application_views
from covid19.blueprints.application.application_services import user_service
from covid19.blueprints.application.application_service import ApplicationService
import covid19.blueprints.app_application.application_views
from covid19.blueprints.app_all.all_services import app_user_service
from covid19.blueprints.app_application.application_service import ApplicationService
def run_web():
application_service = ApplicationService(db, user_service)
application_service = ApplicationService(db, app_user_service)
application_service.prepare_run_web()
app.run(debug=run_run_with_debug, port=port)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment