Page not found (404)

Request Method: GET
Request URL: https://dbits.ir/blog

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

  1. sitemap.xml [name='index']
  2. robots.txt
  3. .well-known/acme-challenge/ohOvAJDkW5U36B5z3Q5SyiPagGuDM2D2WNjKf1dCY7g
  4. [name='index']
  5. tariff [name='index']
  6. setdata [name='index']
  7. ^media/(?P<path>.*)$
  8. ^static/(?P<path>.*)$
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$

The current path, blog, 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.