🔮 Output PredictionDJ Django Medium⚡+20 XP
URL Namespace
What does this URL tag resolve to?
Django
# urls.py: app_name = 'blog'
# path('post/<int:pk>/', view, name='detail')
{% url 'blog:detail' pk=5 %}What does this URL tag resolve to?
# urls.py: app_name = 'blog'
# path('post/<int:pk>/', view, name='detail')
{% url 'blog:detail' pk=5 %}