Page not found (404)

Request Method: GET
Request URL: https://sandipan.com/album/slideshow/privacy.html

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

  1. slideshow/ [name='index']
  2. slideshow/ dashboard/ [name='dashboard']
  3. slideshow/ process/<int:pk>/ [name='process']
  4. slideshow/ album/<int:pk>/ [name='album']
  5. slideshow/ slideshow/<int:pk>/ [name='slideshow']
  6. slideshow/ emailsender/ [name='emailsender']
  7. slideshow/ emailslideshow/ [name='emailslideshow']
  8. slideshow/ contactsheet/ [name='contactsheet']
  9. admin/
  10. accounts/

The current path, slideshow/privacy.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.