django-components/sampleproject/examples/apps.py
2025-09-29 15:58:47 +02:00

6 lines
148 B
Python

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