Page not found (404)

Request Method: GET
Request URL: https://ddmc.ir/blog/category/services.html

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

  1. admin/
  2. department/<str:slug>/ [name='department_detail']
  3. activity/<int:pk>/ [name='activity_detail']
  4. doneproject/<int:pk>/ [name='doneproject_detail']
  5. activities/ [name='activities_list']
  6. blog/ [name='blog_home']
  7. blog/ post/<int:post_id> [name='post_detail']
  8. blog/ category/<int:category_id> [name='category_detail']
  9. blog/ search/tag/<str:tag>/ [name='search_tag']
  10. blog/ search/keyword/<str:keyword>/ [name='search_keyword']
  11. blog/ search/search/<str:search>/ [name='search_search']
  12. panorama/
  13. miniapps/
  14. projectpulse/
  15. contentcalendar/
  16. [name='home']
  17. contact-from/ [name='contact-form']
  18. newsletter-from/ [name='newsletter-form']
  19. <str:page>/ [name='staticpage']
  20. 404
  21. ckeditor/

The current path, blog/category/services.html, 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.