mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-18 14:57:00 +01:00
7 lines
166 B
Python
7 lines
166 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class YearlyOverviewConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.yearly_overview"
|