Page not found (404)

Request Method: GET
Request URL: http://durisimoweb.com/2020/03/07/hello-world-2/

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

  1. admin/
  2. auth/
  3. contact/
  4. inquiry/
  5. all-menu/
  6. home-page/
  7. about/
  8. product-showcase/
  9. our-work/
  10. news/
  11. app-showcase/
  12. logo/
  13. feature/
  14. slider/
  15. [name='home_website']
  16. page/<int:id> [name='show_data']
  17. terms-and-conditions [name='terms_and_conditions']
  18. privacy-policy [name='privacy_policy']
  19. ^media/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

The current path, 2020/03/07/hello-world-2/, 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.