Skip to main content
✏️ 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"),
]

✏️ Type the missing code: