Page not found (404)

Request Method: GET
Request URL: http://www.rahdeh.ir/fa/index.asp?P=ArticleView&id=11889

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

  1. [name='index']
  2. p/<str:slug>/ [name='advertisment']
  3. v/<str:slug>/ [name='advertismentview']
  4. sanadata/
  5. summernote/
  6. register/ [name='register']
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. robots.txt
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

The current path, fa/index.asp, 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.