Page not found (404)

Request Method: GET
Request URL: https://tsinandaliestate.ge/product/tsinandali/

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

  1. admin/
  2. [name='mainpage']
  3. about [name='about']
  4. contact [name='contact']
  5. heritage [name='main-heritage']
  6. heritage/museum [name='museum']
  7. heritage/oenotheque [name='oenotheque']
  8. heritage/park [name='park']
  9. hotels [name='main-hotels']
  10. hotels/radisson-collection-hotel [name='radisson']
  11. hotels/park-hotel [name='hotelPark']
  12. restaurants-and-bars [name='restaurant']
  13. restaurant/<slug> [name='restaurant_detailed']
  14. wine [name='wines']
  15. wine/<slug> [name='wineDetailed']
  16. vineyard [name='vineyeard']
  17. winemaker [name='winemaker']
  18. meetings-and-events [name='meeting-main']
  19. meetings-and-events/category/<slug> [name='meeting_category']
  20. meetings-and-events/detailed/<slug> [name='meeting_detailed']
  21. wellness-spa [name='ws']
  22. wellness-spa/anne-semonin-spa [name='blu-spa']
  23. wellness-spa/infinity-pool [name='infinity-pool']
  24. things-to-do [name='todo']
  25. things-to-do/<slug> [name='todo-filter']
  26. tsinandali-festival [name='tsinandali-festival']
  27. upcoming-events [name='upcoming-events']
  28. reservation/<str:activity> [name='reserve']
  29. booking/ [name='booking']
  30. i18n/
  31. ^media\/(?P<path>.*)$
  32. ^compress\/(?P<path>.*)$

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