<a href="{% url 'news-year-archive' %}">2012 Archive</a>
Or
<a href="/news-year-archive">2012 Archive</a>
Both method is work but which method is best for production
<a href="{% url 'news-year-archive' %}">2012 Archive</a>
Or
<a href="/news-year-archive">2012 Archive</a>
Both method is work but which method is best for production
because both method work fine on local and server the method that is shorter is better ;