79571570

Date: 2025-04-13 13:07:28
Score: 1
Natty:
Report link

You're missing the converter type in your url, try these:
path('post/<str:slug>/', post, name='post')

path('post/<slug:slug>/', post, name='post')

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JimmyFl0