Page not found (404)

Request Method: GET
Request URL: https://www.selesta.in/gokarna-trip-from-hyderabad-for-2-days/

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

  1. admin/
  2. [name='home']
  3. product-details/<slug:slug>/ [name='product-details']
  4. shop/ [name='shop']
  5. contact/ [name='contact']
  6. top-deals/ [name='top-deals']
  7. search/ [name='search']
  8. ajax-search/ [name='ajax-search']
  9. about-us/ [name='about-us']
  10. refund-policy/ [name='refund-policy']
  11. termsandconditions/ [name='termsandconditions']
  12. privacy-policy/ [name='privacy-policy']
  13. shippinganddelivery/ [name='shippinganddelivery']
  14. product-status/<int:pk>/ [name='product-status']
  15. success/<str:order_id>/ [name='success']
  16. failure/ [name='failure']
  17. pincode-error/<str:order_id>/ [name='pincode-error']
  18. track-order/ [name='track-order']
  19. view-order-guest/ [name='view-order-guest']
  20. catalogueview/ [name='catalogueview']
  21. payment-checkout/ [name='payment-checkout']
  22. clear-filters/ [name='clear_filters']
  23. clear-filters-top-deals/ [name='clear_filters_top_deals']
  24. ajax/variation_option_images/<int:option_id>/ [name='ajax_variation_option_images']
  25. myadmin/
  26. cart/ [name='cart']
  27. add-cart/<int:pk>/ [name='add-cart']
  28. remove-cart/<int:pk>/ [name='remove-cart']
  29. delete-cart-item/<int:pk>/ [name='delete-cart-item']
  30. wishlist/ [name='wishlist']
  31. add-wishlist/<int:pk>/ [name='add-wishlist']
  32. remove-wishlist/<int:pk>/ [name='remove-wishlist']
  33. add-wishlist-cart/<int:pk>/ [name='add-wishlist-cart']
  34. delete-wishlist-cart/<int:pk>/ [name='delete-wishlist-cart']
  35. payment-page/<str:order_id>/ [name='payment-page']
  36. get-razorpay-api-key/ [name='get_razorpay_api_key']
  37. checkout/ [name='checkout']
  38. push-to-cart/<int:product_id>/ [name='push_to_cart']
  39. payment-upi-update/<str:order_id>/ [name='payment-upi-update']
  40. increase-quantity/<int:cart_item_id>/ [name='increase_quantity']
  41. decrease-quantity/<int:cart_item_id>/ [name='decrease_quantity']
  42. update-order-payment-id/ [name='update-order-payment-id']
  43. update-order-payment-id-logged-in/ [name='update-order-payment-id-logged-in']
  44. handle-payment-failure/ [name='handle-payment-failure']
  45. register/ [name='register']
  46. otp/ [name='otp']
  47. login/ [name='login']
  48. logout/ [name='logout']
  49. profile/ [name='profile']
  50. delete_order/<str:order_id> [name='delete-order']
  51. address/<str:order_id>/ [name='address']
  52. normal-address [name='normal-address']
  53. view-order/<str:order_id> [name='user-view-order']
  54. resend-otp/ [name='resend-otp']
  55. change-password/ [name='change-password']
  56. checkout-new/<str:order_id>/ [name='checkout-new']
  57. check-pincode/<str:pincode>/ [name='check-pincode']
  58. update-order-details/ [name='update_order_details']
  59. update-order-details-logged-in/ [name='update_order_details_logged_in']
  60. update_address/<str:address_id>/ [name='update-address-profile']
  61. create_address/ [name='create-address']
  62. delete-address/<str:address_id>/ [name='delete-address']
  63. superuser/orders/ [name='superuser-order-list']
  64. custom_404/
  65. password_reset/ [name='password_reset']
  66. password_reset/done/ [name='password_reset_done']
  67. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  68. reset/done/ [name='password_reset_complete']
  69. ^media/(?P<path>.*)$
  70. ^static/(?P<path>.*)$
  71. ^media/(?P<path>.*)$

The current path, gokarna-trip-from-hyderabad-for-2-days/, 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.