Page not found (404)

Request Method: GET
Request URL: https://arezoosafar.com/tour/63/Phuket-04
Raised by: aps.views.TourDetail

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']

The current path, tour/63/Phuket-04, 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.