Page not found (404)

Request Method: GET
Request URL: https://www.chibuikepraise.com/p/pde4400_project_proposal

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

  1. /
  2. [name='index']
  3. artbot [name='artbot']
  4. projects [name='projects']
  5. cv [name='curriculum_vitae']
  6. initial_report [name='initial_report']
  7. final_report [name='final_report']
  8. poster [name='poster']
  9. log_book [name='log_book']
  10. curriculum_vitae [name='curriculum_vitae']
  11. logs [name='logs']
  12. view_logs [name='view_logs']
  13. index/

The current path, p/pde4400_project_proposal, 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.