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

### 0.0.18 Release

parent d5cde992
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ from sqlalchemy.exc import OperationalError
from flask_admin.contrib.sqla import ModelView
from database import app, admin, db
from covid19.blueprints.application.application_workers import celery
from covid19.blueprints.rki_bundeslaender.rki_bundeslaender_model import RkiBundeslaender
from covid19.blueprints.rki_bundeslaender.rki_bundeslaender_model_import import RkiBundeslaenderImport
from covid19.blueprints.application.application_model_transient import ApplicationPage
......
......@@ -111,7 +111,7 @@ def url_rki_landkreise_task_update_facttable_initial_only():
@app_rki_landkreise.route('/task/update/dimension-tables/only')
def url_task_who_update_dimension_tables_only():
def url_rki_landkreise_task_update_dimension_tables_only():
app.logger.info("url_task_who_update_dimension_tables_only [start]")
# TODO: implement in rki_views.py
return redirect(url_for('rki_landkreise.url_rki_tasks'))
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