Page not found (404)

Request Method: GET
Request URL: https://www.stamatakosolivegrove.com/bazar

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

  1. admin/
  2. tinymce/
  3. gr/ [name='homepage_gr']
  4. gr/η-ιστορία-μας/ [name='our_story_gr']
  5. gr/επικοινωνία/ [name='contact_gr']
  6. gr/η-πολιτική-μας/ [name='our_policy_gr']
  7. gr/awards/ [name='awards_gr']
  8. gr/certifications/ [name='certi_view_gr']
  9. [name='homepage_eng']
  10. our-story/ [name='our_story_eng']
  11. contact/ [name='contact_eng']
  12. our-policy/ [name='our-policy']
  13. awards/ [name='awards_eng']
  14. certifications/ [name='certi_view_eng']
  15. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  16. gr/κατηγορίες/ [name='shop_gr_view']
  17. ^gr/κατηγορία/(?P<slug>[-\w]+)/$ [name='category_gr']
  18. ^gr/προϊόν/(?P<slug>[-\w]+)/$ [name='product_gr']
  19. gr/search [name='search_page_gr']
  20. categories/ [name='shop_eng_view']
  21. category/<slug:slug>/ [name='category_eng']
  22. product/<slug:slug>/ [name='product_eng']
  23. search [name='search_page_eng']
  24. ^static/(?P<path>.*)$

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