Skip to content

Instantly share code, notes, and snippets.

@jrjames83
Created January 12, 2016 06:03
Show Gist options
  • Save jrjames83/82ac0d70a031734fbf85 to your computer and use it in GitHub Desktop.
Save jrjames83/82ac0d70a031734fbf85 to your computer and use it in GitHub Desktop.
Reverse for 'password_change_done' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Reverse for 'password_change_done' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Make sure in your main urls.py folder you include: or else this error may persist.
urlpatterns = [
url('^', include('django.contrib.auth.urls')),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment