Ajout système caldav
This commit is contained in:
12
caldav/urls.py
Normal file
12
caldav/urls.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.urls import path
|
||||
|
||||
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = "caldav"
|
||||
urlpatterns = [
|
||||
path('task', views.view_task_caldav, name='view_task_caldav'),
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user