mirror of
https://github.com/django-components/django-components.git
synced 2025-07-14 04:14:58 +00:00
6 lines
154 B
Python
6 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CalendarappConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "calendarapp"
|