Page not found (404)

Request Method: GET
Request URL: http://teslaint.com/fa/category/%25d9%2588%25d8%25b1%25d8%25af%25d9%25be%25d8%25b1%25d8%25b3/

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

  1. admin/
  2. en/activites/
  3. en/activity/
  4. en/flame-retardant/
  5. fa/

The current path, fa/category/%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/, 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.