Page not found (404)

Request Method: GET
Request URL: http://www.zetcho.com/about/index.php

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

  1. admin/
  2. amcolan
  3. [name='Zetcho_Home']
  4. arcane [name='Zetcho_Arcane']
  5. cocktails [name='Zetcho_Cocktails']
  6. colophon [name='Zetcho_Colophon']
  7. contact [name='Zetcho_Contact']
  8. experience [name='Zetcho_Experience']
  9. genealogy [name='Amcolan_Home']
  10. paintings [name='Zetcho_Paintings']
  11. photography [name='Zetcho_Photography']
  12. profile [name='Zetcho_Profile']
  13. ^media/(?P<path>.*)$

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