Page not found (404)

Request Method: GET
Request URL: https://rootstanuku.com/achievement/blog.html

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

  1. admin/
  2. [name='home']
  3. faq/ [name='faq']
  4. activity/ [name='eanda']
  5. achievement/ [name='achievements']
  6. alumni/ [name='alumni']
  7. contact1/ [name='contact1']
  8. contact/ [name='contact']
  9. about/ [name='about']
  10. admission/ [name='admissions']
  11. why/ [name='why']
  12. designprofiles/ [name='designprofiles']
  13. sitemap/
  14. ^media\/(?P<path>.*)$

The current path, achievement/blog.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.