mirror of
https://github.com/django-components/django-components.git
synced 2025-10-03 18:54:33 +00:00
6 lines
148 B
Python
6 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ExamplesConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "examples"
|