我不斷收到django登錄系統的這個錯誤。這裏是我的urls.py的一部分:NoReverseMatch錯誤
(r'^contractManagement/login', 'django.contrib.auth.views.login', {'template_name': 'login.html'}),
確切的錯誤我收到:
Exception Type: NoReverseMatch
Exception Value: Reverse for ''django.contrib.auth.views.login'' with arguments '()' and keyword arguments '{}' not found.
我不明白爲什麼我收到此錯誤。如果你需要其他東西,請告訴我。
哪裏是你的反向說法? – MattoTodd 2011-02-12 22:48:22