Page not found (404)

Request Method: GET
Request URL: http://fouladafza.com/1397/07/11/%D8%AA%D9%88%D8%B3%D8%B9%D9%87-%D8%AA%D8%AC%D8%A7%D8%B1%D8%AA-%D8%A7%D9%84%DA%A9%D8%AA%D8%B1%D9%88%D9%86%DB%8C%DA%A9-%D9%81%D9%88%D9%84%D8%A7%D8%AF-3/

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

  1. fdfdfd/
  2. news/
  3. about/
  4. comment/
  5. finance/
  6. [name='home']
  7. Shareholders/ [name='Shareholders']
  8. charter/<str:key>/ [name='charter']
  9. gallery/<str:name>/ [name='gallery']
  10. backup/ [name='backup']
  11. ^media/(?P<path>.*)$

The current path, 1397/07/11/توسعه-تجارت-الکترونیک-فولاد-3/, 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.