From b396b151e42bfeec021a73a7fcf55faf95695b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Aug 2020 18:23:20 +0800 Subject: [PATCH] Added TODO to the todo view in the Mia core application. --- mia_core/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mia_core/views.py b/mia_core/views.py index ebc2a7b..8612d79 100644 --- a/mia_core/views.py +++ b/mia_core/views.py @@ -66,6 +66,7 @@ def logout(request): return redirect("/") +# TODO: To be removed. def todo(request, **kwargs): """A dummy placeholder view for the URL settings that are not implemented yet.