FallenBirdyForm/bird/apps.py
2023-06-22 17:41:37 +02:00

6 lines
140 B
Python

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