Page not found (404)

Request Method: GET
Request URL: http://darrelld.com/about.php

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

  1. gogogo/
  2. api/
  3. quote/
  4. quotes/
  5. noise/
  6. signal/
  7. footnotes/
  8. success/
  9. sleep/
  10. fire/
  11. ddd/
  12. [name='index']
  13. photos/ [name='photography']
  14. photos/<int:id> [name='image']
  15. photos/add [name='add']
  16. photos/projects/ [name='project']
  17. photos/projects/<str:path> [name='project']
  18. work-with-me/ [name='work']
  19. add-to-project/ [name='add_to_project']
  20. ^humans\.txt$
  21. ^humans
  22. ^robots\.txt$
  23. ^pragmatic\.txt$
  24. ^pragmatic
  25. ^impeachment\.html$
  26. ^sitemap\.xml$

The current path, about.php, 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.