Page not found (404)

Request Method: GET
Request URL: https://sofid.co/demo-digital-agency-2-our-blog-post.html

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

  1. admin/
  2. [name='home-page']
  3. login/ [name='login']
  4. register/ [name='register']
  5. validate-email/ [name='validate-email']
  6. info/ [name='info']
  7. logout/ [name='logout']
  8. admin-home/
  9. request/link/
  10. api/

The current path, demo-digital-agency-2-our-blog-post.html, 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.