Page not found (404)

So'rovga mos keladigan A seriya topilmadi
Request Method: GET
Request URL: http://modernscience.uz/uz/post/detail/623/
Raised by: post.views.PostDetailView

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

  1. admin/
  2. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  3. uz/ [name='home']
  4. uz/ post/ journal/ [name='journal']
  5. uz/ post/ articles/ [name='meetings']
  6. uz/ post/ send/article/ [name='send_article']
  7. uz/ post/ science/ [name='science']
  8. uz/ post/ innovation/ [name='innovation']
  9. uz/ post/ gift/ [name='gift']
  10. uz/ post/ contact/ [name='contact']
  11. uz/ post/ vacancy/ [name='vacancy']
  12. uz/ post/ science/base/ [name='science_base']
  13. uz/ post/ impact/factor/ [name='impact_factor']
  14. uz/ post/ detail/<int:pk>/ [name='detail']

The current path, uz/post/detail/623/, 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.