Page not found (404)

Request Method: GET
Request URL: https://fishop.al/galeri/

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

  1. admin/
  2. /
  3. ^$ [name='index']
  4. fishop_tirana/ [name='fishop_tirana']
  5. fishop_coast/ [name='fishop_coast']
  6. fishop_dhermi/ [name='fishop_dhermi']
  7. fishop_saranda/ [name='fishop_saranda']
  8. ^images/(?P<path>.*)$

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