Changement caldav to mycaldav

This commit is contained in:
Ambulance Clerc
2022-06-30 18:08:16 +02:00
parent f86d6a02c9
commit 8f8807fea9
16 changed files with 36 additions and 6 deletions

6
mycaldav/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CaldavConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'mycaldav'