Let's say I have this url: localhost/admin/app_name/model_name/
. How can I link to this inside my template?
I have already linked the admin page like so
<a href="{% url 'admin:index' %}">Admin</a>
Is there a variant of this I should use?
I'm using 1.5.2