Page not found (404)

Request Method: GET
Request URL: https://blinkstudio.co.ke/project/naserian/index.html

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

  1. [name='home']
  2. project/<str:slug>/ [name='project']
  3. projects/all/ [name='all_projects']
  4. category/<str:slug>/ [name='category']
  5. about/ [name='about']
  6. contact-us/ [name='contact']
  7. admin/
  8. ^media/(?P<path>.*)$
  9. api/schema/ [name='api-schema']
  10. api/docs/ [name='api-docs']
  11. 400/
  12. 403/
  13. 404/
  14. 500/

The current path, project/naserian/index.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.