Page not found (404)

Request Method: GET
Request URL: https://paradiseagency.ir/%25D8%25AA%25D9%2588%25D8%25B1-%25D8%25A7%25D8%25B3%25D8%25AA%25D8%25A7%25D9%2586%25D8%25A8%25D9%2588%25D9%2584-%25D9%2588-%25DB%258C%25DA%25A9-%25D8%25AE%25D8%25B1%25DB%258C%25D8%25AF-%25D8%25AF%25D8%25B1%25D8%25B3%25D8%25AA-%25D9%2588-%25D8%25AD%25D8%25B3%25D8%25A7%25D8%25A8%25DB%258C/

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

  1. [name='home']
  2. search/ [name='search']
  3. about/ [name='about']
  4. pdf/<str:slug>/ [name='pdf-gen']
  5. tour/<str:cat>/ [name='category']
  6. tour/<str:cat>/<str:subcat>/ [name='subcategory']
  7. tour/<str:cat>/<str:subcat>/<str:subcat2>/ [name='subcategory2']
  8. tours/<str:slug>/ [name='package']
  9. blog/ [name='blog']
  10. blog/<str:slug>/ [name='blog-article']
  11. blog/cat/<str:slug>/ [name='blog-cat']
  12. supersu/
  13. ckeditor/
  14. select2/
  15. panel/
  16. test/
  17. __debug__/
  18. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  19. robots.txt
  20. ^media/(?P<path>.*)$

The current path, %D8%AA%D9%88%D8%B1-%D8%A7%D8%B3%D8%AA%D8%A7%D9%86%D8%A8%D9%88%D9%84-%D9%88-%DB%8C%DA%A9-%D8%AE%D8%B1%DB%8C%D8%AF-%D8%AF%D8%B1%D8%B3%D8%AA-%D9%88-%D8%AD%D8%B3%D8%A7%D8%A8%DB%8C/, 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.