mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-18 23:07:00 +01:00
7 lines
162 B
Python
7 lines
162 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CalendarViewConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.calendar_view"
|