Page not found (404)

No post found matching the query
Request Method: GET
Request URL: http://teachers.kiut.uz/en/post/3185
Raised by: post.views.PostDetailPublicView

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

  1. login/ [name='login']
  2. logout/ [name='logout']
  3. api/
  4. administrator/
  5. admin/
  6. i18n/
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$
  9. en/ [name='index']
  10. en/ post/ list/ [name='list']
  11. en/ post/ <int:pk> [name='detail']

The current path, en/post/3185, 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.