From 229ce011b579a30e1e950f01ef8f0273353b990e 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 20:38:48 +0800 Subject: [PATCH] Removed a TODO from the URL patterns in the Mia core application. --- mia_core/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mia_core/urls.py b/mia_core/urls.py index f6c8c19..5661c69 100644 --- a/mia_core/urls.py +++ b/mia_core/urls.py @@ -26,7 +26,6 @@ register_converter(converters.UserConverter, "user") app_name = "mia_core" urlpatterns = [ - # TODO: To be done. path("users", views.UserListView.as_view(), name="users"), # TODO: To be done. path("users/create", views.todo, name="users.create"),