Files
Herculino Trotta d20897a28a more changes
2024-10-13 12:10:50 -03:00

7 lines
166 B
Python

from django.apps import AppConfig
class YearlyOverviewConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.yearly_overview"