BO 1.23+2 module controlling fixes

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-07-27 16:21:34 +02:00
parent 3c02685ed6
commit c4e5e9705c
4 changed files with 11 additions and 4 deletions
+5
View File
@@ -4,3 +4,8 @@ from django.apps import AppConfig
class ControllingConfig(AppConfig):
app_label = 'controlling'
name = 'controlling'
class ControllingConfigLive(AppConfig):
app_label = 'controlling'
name = 'aitrainer_backoffice.controlling'