Split base model from template + points model

This commit is contained in:
2024-02-27 19:42:21 +01:00
parent dc9dc3d092
commit 44549f019d
24 changed files with 196 additions and 132 deletions

View File

@ -5,7 +5,7 @@ from werkzeug import Response
from formula10.database.update_queries import update_race_result, update_user
from formula10.database.import_export import export_dynamic_data, reload_static_data
from formula10.frontend.template_model import TemplateModel
from formula10.domain.template_model import TemplateModel
from formula10 import app