débug op view

This commit is contained in:
Ambulance Clerc
2022-07-29 17:47:18 +02:00
parent 895951b063
commit 52dbe120c8
41 changed files with 428 additions and 73 deletions

View File

@@ -16,6 +16,7 @@ def view_task_caldav(request):
o_caldav.get_caldav_data()
template = loader.get_template("task/task.html")
context = {'latest_task_list':o_caldav.day, 'night_task_list': o_caldav.night}
myClient = cls_caldav_client()
return HttpResponse(template.render(context,request))
@xframe_options_exempt
@@ -55,4 +56,5 @@ def view_dayly_caldav(request):
myClient = cls_caldav_client()
return HttpResponse(ret)