✏️ Code CompletionDJ Django Easy⚡+10 XP
URL Pattern
Complete the URL pattern function.
✏️ Fill in the blank
urlpatterns = [
___("posts/", views.post_list, name="post-list"),
]Complete the URL pattern function.
urlpatterns = [
___("posts/", views.post_list, name="post-list"),
]