Page not found (404)

Request Method: GET
Request URL: https://www.hatlastravel.com/story//?coord=,

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

  1. jobleads/
  2. stable/
  3. blog/
  4. visites/
  5. instagram-spots/
  6. roadtrips/
  7. octave/
  8. findwhere/
  9. story/ [name='index']
  10. story/ 1/redirect [name='desti_redirect']
  11. story/ <str:country> [name='country']
  12. story/ <str:country>/<str:place> [name='place']
  13. search/
  14. instagram/
  15. marketplace/
  16. payments/
  17. getproducts/
  18. getpictures/
  19. experience/
  20. widget/
  21. photogallery/
  22. spots/
  23. destination/
  24. discover/
  25. users/
  26. places2/
  27. booking
  28. api/
  29. partners/
  30. admin/
  31. accounts/
  32. ads.txt [name='return_text']
  33. [name='new_index']
  34. guide/ [name='index']
  35. seo/ [name='seo']
  36. seo/<str:name> [name='seo_name']
  37. seo/description/<str:name> [name='seo_description']
  38. seo/reel/<str:name> [name='seo_reel']
  39. seo/api/description/info [name='seo_api_description_info']
  40. seo/api/description/add [name='seo_api_description_add']
  41. seo/api/questions/add [name='seo_api_questions_add']
  42. seo/api/hotels/add [name='hotel_api_add']
  43. seo/api/hotels_intro/add [name='hotel_intro_api_add']
  44. seo/api/guide_review/add [name='travel_review_api_add']
  45. seo/api/guide_tour/add [name='viator_tour_api_add']
  46. seo/api/howto/add [name='seo_api_howtovisit']
  47. seo/1/done [name='seo_done']
  48. world/ [name='world']
  49. plan/ [name='search']
  50. list/ [name='list_poi_from_country']
  51. list/<str:country>/<str:city> [name='list_places_from_city']
  52. list/<str:country> [name='list_cities']
  53. explore/ [name='redirect_url']
  54. explore/<str:name_ex> [name='explore']
  55. places/ [name='redirect_url']
  56. places/<str:name_ex> [name='explore']
  57. map/ [name='map']
  58. map/nearme [name='map']
  59. profile/ [name='profile']
  60. privacy/ [name='privacy']
  61. hotels-all/ [name='return_all_hotels']
  62. hotels/<str:country>/<str:poi> [name='hotels']
  63. places/
  64. explore/
  65. maps/
  66. comingoutsoon/
  67. signin/
  68. users/map/
  69. profile/
  70. privacy/
  71. book/
  72. autocomplete/
  73. terms/ [name='terms']
  74. photopartners/ [name='photopartners']
  75. dropdown/ [name='dropdown']
  76. adventures

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