Added TODO to the todo view in the Mia core application.

This commit is contained in:
依瑪貓 2020-08-09 18:23:20 +08:00
parent 8d33429fef
commit b396b151e4

View File

@ -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.