Bootstrapping list_detail / Add Task view

This commit is contained in:
Scot Hacker 2018-03-19 00:41:52 -07:00
parent c470864c86
commit 3be7ea7745
7 changed files with 92 additions and 105 deletions

View file

@ -6,7 +6,10 @@ app_name = 'todo'
urlpatterns = [
path('', views.list_lists, name="lists"),
path(
'',
views.list_lists,
name="lists"),
# View reorder_tasks is only called by JQuery for drag/drop task ordering.
path(