私はdjango-registration 1.0でdjango 1.5.1を使用しています。
エラーが発生します:
NoReverseMatch at /accounts/password/reset/
Reverse for 'django.contrib.auth.views.password_reset_done' with arguments '()' and keyword arguments '{}' not found.
Request Method: GET
Request URL: http://localhost:8000/accounts/password/reset/
Django Version: 1.5.1
Exception Type: NoReverseMatch
Exception Value:
Reverse for 'django.contrib.auth.views.password_reset_done' with arguments '()' and keyword arguments '{}' not found.
私の urls.py には次のものがあります。
url(r'^accounts/', include('registration.backends.default.urls', namespace='re gistration', app_name='registration')),
以前にこれで問題が発生した人はいますか?