Page not found (404)

No A seriya found matching the query
Request Method: GET
Request URL: http://modernscience.uz/en/post/detail/619/
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. en/ [name='home']
  4. en/ post/ journal/ [name='journal']
  5. en/ post/ articles/ [name='meetings']
  6. en/ post/ send/article/ [name='send_article']
  7. en/ post/ science/ [name='science']
  8. en/ post/ innovation/ [name='innovation']
  9. en/ post/ gift/ [name='gift']
  10. en/ post/ contact/ [name='contact']
  11. en/ post/ vacancy/ [name='vacancy']
  12. en/ post/ science/base/ [name='science_base']
  13. en/ post/ impact/factor/ [name='impact_factor']
  14. en/ post/ detail/<int:pk>/ [name='detail']

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