Page not found (404)

Request Method: GET
Request URL: https://sandipan.com/album/accounts/login/contact-us.html

Using the URLconf defined in album.urls, Django tried these URL patterns, in this order:

  1. slideshow/
  2. admin/
  3. accounts/ login/ [name='login']
  4. accounts/ logout/ [name='logout']
  5. accounts/ password_change/ [name='password_change']
  6. accounts/ password_change/done/ [name='password_change_done']
  7. accounts/ password_reset/ [name='password_reset']
  8. accounts/ password_reset/done/ [name='password_reset_done']
  9. accounts/ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  10. accounts/ reset/done/ [name='password_reset_complete']

The current path, accounts/login/contact-us.html, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.