more changes

This commit is contained in:
Herculino Trotta
2024-10-13 12:10:50 -03:00
parent 1717d8a94e
commit d20897a28a
33 changed files with 1552 additions and 153 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class YearlyOverviewConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.yearly_overview"