In my template, I have a reference to an app that doesn't exist yet, so
Django shows me "NoReverseMatch" error, which is **correct**.
But,
My template extends ```base.html``` template, and in the details of the
error Django shows a random line of ```base.html``` not the actual line in
the ```index.html``` (where the actual reference to non-existent app is).
This makes debugging of the error very hard.
--
Ticket URL: <https://code.djangoproject.com/ticket/32707>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
This looks like a duplicate of #28935.
--
Ticket URL: <https://code.djangoproject.com/ticket/32707#comment:1>