Formatting
This commit is contained in:
parent
4a385bde6b
commit
befc7ad2cd
28 changed files with 253 additions and 311 deletions
|
@ -10,6 +10,4 @@ For your project, ignore this file and add
|
|||
to your site's urlconf.
|
||||
"""
|
||||
|
||||
urlpatterns = [
|
||||
path('lists/', include('todo.urls')),
|
||||
]
|
||||
urlpatterns = [path("lists/", include("todo.urls"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue