django-registration - NoReverseMatch at /accounts/login/at /accounts/login/
问题 Trying to make django-registration work within the Django Tutorial polls projects. I'm using Django 1.6, django-registration 1.0 and the django-registration-templates When I try to access http://localhost:8000/accounts/login/ I get NoReverseMatch at /accounts/login/ Reverse for 'index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] The line in the template, mysite/templates/base.html, that's cited in the error report is : <a href="{% url 'index' %}">{% trans