FallenBirdyForm/bird/apps.py
2023-06-22 17:28:44 +02:00

6 lines
140 B
Python

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