ajout de caldav_sync_manager et refactoring du copy de tache

This commit is contained in:
2024-04-08 00:42:06 +02:00
parent 827ba67228
commit 46aa09995b
5 changed files with 101 additions and 145 deletions

View File

@@ -1,3 +1,7 @@
from django.contrib import admin
from mycaldav.models import caldav_sync_manager
admin.site.register(caldav_sync_manager)
# Register your models here.