Bootstrapping list_detail / Add Task view
This commit is contained in:
parent
c470864c86
commit
3be7ea7745
7 changed files with 92 additions and 105 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue