Page not found (404)

Request Method: GET
Request URL: https://www.pardiskood.com/category/%25da%25a9%25d9%2588%25d8%25af-%25da%25a9%25d8%25b4%25d8%25a7%25d9%2588%25d8%25b1%25d8%25b2%25db%258c/

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

  1. admin/
  2. ckeditor/
  3. [name='home']
  4. about/ [name='about']
  5. contact/ [name='contact']
  6. invoice/ [name='invoice']
  7. blog/
  8. shop/
  9. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  10. ^media/(?P<path>.*)$

The current path, category/%da%a9%d9%88%d8%af-%da%a9%d8%b4%d8%a7%d9%88%d8%b1%d8%b2%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.