2👍
✅
Django is correctly resolving the /my_app/841211121/preview/
and running the correct view.
The problem is occurring when Django runs the Start
view. It looks like a reverse()
call or {% url %}
template tag is failing.
Source:stackexchange.com