Page not found (404)

Request Method: GET
Request URL: http://softwep.com/2023/01/12/hello-world/?replytocom=1

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

  1. [name='index']
  2. about/ [name='about']
  3. contact/ [name='contact']
  4. post/
  5. accounts/
  6. admin/
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. ckeditor/
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$

The current path, 2023/01/12/hello-world/, 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.