This commit is contained in:
2026-04-10 16:12:51 +03:30
parent 20fd3842b6
commit 883573004c
143 changed files with 1380 additions and 2332 deletions
+7
View File
@@ -0,0 +1,7 @@
from django.apps import AppConfig
class EconomicOverviewConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "economic_overview"
verbose_name = "Economic Overview"