Page not found (404)

Request Method: GET
Request URL: http://192.168.9.105:14080/post/26-thong-bao-phat-djng-cuc-thi-lp-trinh-codervid-2020
Raised by: judge.views.blog.PostView

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

  1. [name='home']
  2. 500/
  3. admin/
  4. i18n/
  5. accounts/
  6. login/<str:backend>/ [name='begin']
  7. complete/<str:backend>/ [name='complete']
  8. disconnect/<str:backend>/ [name='disconnect']
  9. disconnect/<str:backend>/<int:association_id>/ [name='disconnect_individual']
  10. problems/ [name='problem_list']
  11. problems/random/ [name='problem_random']
  12. problem/<str:problem>
  13. submissions/
  14. submissions/user/<str:user>/
  15. src/<int:submission> [name='submission_source']
  16. src/<int:submission>/raw [name='submission_source_raw']
  17. submission/<int:submission>
  18. users/
  19. user [name='user_page']
  20. edit/profile/ [name='user_edit_profile']
  21. data/prepare/ [name='user_prepare_data']
  22. data/download/ [name='user_download_data']
  23. user/<str:user>
  24. comments/upvote/ [name='comment_upvote']
  25. comments/downvote/ [name='comment_downvote']
  26. comments/hide/ [name='comment_hide']
  27. comments/<int:id>/
  28. contests/
  29. contests.ics [name='contest_ical']
  30. contests/<int:year>/<int:month>/ [name='contest_calendar']
  31. ^contests/tag/(?P<name>[a-z-]+)
  32. contest/<str:contest>
  33. organizations/ [name='organization_list']
  34. organization/<int:pk>-<slug:slug>
  35. runtimes/ [name='runtime_list']
  36. runtimes/matrix/ [name='version_matrix']
  37. status/ [name='status_all']
  38. api/v2/
  39. blog/
  40. post/<int:id>-<slug:slug> [name='blog_post']

The current path, post/26-thong-bao-phat-djng-cuc-thi-lp-trinh-codervid-2020, matched the last one.

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.