Page not found (404)

Request Method: GET
Request URL: http://maknan.net/gallery.html

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

  1. admin/
  2. [name='home']
  3. clients/<slug> [name='clients']
  4. base/ [name='base']
  5. gallery/ [name='gallery']
  6. gallery_data/ [name='gallery_data']
  7. contactus/ [name='contactus']
  8. contact_test/ [name='contact_test']
  9. ^media/(?P<path>.*)$

The current path, gallery.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.