Page not found (404)

Request Method: GET
Request URL: http://rhtp.co.ir/blog/2020/6/29/rrrrrrrrrrrrrrrrrr/

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

  1. admin/
  2. ckeditor/
  3. blog/ [name='home']
  4. blog/ page/<int:page> [name='home']
  5. blog/ article/<slug:slug> [name='detail']
  6. blog/ preview/<int:pk> [name='preview']
  7. blog/ category/<slug:slug> [name='category']
  8. blog/ category/<slug:slug>/page/<int:page> [name='category']
  9. blog/ search/ [name='search']
  10. blog/ search/page/<int:page> [name='search']
  11. [name='home']
  12. services/ [name='services']
  13. services/<slug:slug> [name='service-detail']
  14. zone/ [name='zone']
  15. product/ [name='product']
  16. about/ [name='about']
  17. contact/ [name='contact']
  18. bi/ [name='bi']
  19. hr/ [name='hr']
  20. job/<slug:slug> [name='detail']
  21. order/
  22. ^media/(?P<path>.*)$

The current path, blog/2020/6/29/rrrrrrrrrrrrrrrrrr/, 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.