[Answered ]-Url captured regex (\w+) not matching certain urls

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.

Leave a comment