Page not found (404)

Request Method: GET
Request URL: http://breshia.net/gallery

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

  1. admin/
  2. ckeditor/
  3. change-language/
  4. about-us/
  5. contact/
  6. news/
  7. news/<slug:slug>
  8. projects/
  9. projects/<slug:slug>
  10. ^media/(?P<path>.*)$

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