Page not found (404)

Request Method: GET
Request URL: https://yasfelgalethiopia.org/spe_projects/1/index.html

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. contact/ [name='contact']
  5. soon/ [name='soon']
  6. projects/ [name='projects']
  7. spe_projects/<int:id>/ [name='spe_projects']
  8. donations/ [name='donations']
  9. donate/<int:id>/ [name='donate']
  10. donateto/<int:id>/ [name='donateto']
  11. makedonation/<int:id>/ [name='makedonation']
  12. subscribe/ [name='subscribe']
  13. tinymce/
  14. djrichtextfield/
  15. shop/
  16. blog/
  17. tinymce/
  18. ^ckeditor/
  19. getAjaxData/<int:id>/ [name='getAjaxData']
  20. ^static/(?P<path>.*)$
  21. ^media/(?P<path>.*)$

The current path, spe_projects/1/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.