Page not found (404)

Request Method: GET
Request URL: https://arezoosafar.com/jaipur-agra-delhi-goa/47/city-tours
Raised by: tour.views.CityTourList

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

  1. admin/
  2. chaining/
  3. dashboard/
  4. user/
  5. ckeditor/
  6. captcha/
  7. [name='index-page']
  8. tour/<int:id>/<str:Slug> [name='tour-detail']
  9. hotels/<int:id>/<str:Slug> [name='hotel-detail']
  10. <str:slug>/<int:id>/all-tour [name='all-tour-contry']
  11. blog/ [name='blog']
  12. blog/<str:slug>/<int:id> [name='blog-category']
  13. blog/<int:id>/<str:slug> [name='post-detail']
  14. <str:slug>/<int:id>/city-tours [name='city-tours']

The current path, jaipur-agra-delhi-goa/47/city-tours, matched the last one.

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.