Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:9001/biography

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

  1. ^ckeditor/
  2. ^filebrowser_filer/
  3. ^i18n/
  4. ^ ^$ [name='index']
  5. ^ ^portrait/$ [name='portrait']
  6. ^ ^aktuell/$ [name='aktuell']
  7. ^ ^chefdirigent/$ [name='chefdirigent']
  8. ^ ^dates/$ [name='dates']
  9. ^ ^press/$ [name='press']
  10. ^ ^survey/$ [name='survey']
  11. ^ ^chorkonzerte/$ [name='chorkonzerte']
  12. ^ ^video/$ [name='video']
  13. ^ ^cd/$ [name='cd']
  14. ^ ^images/$ [name='images']
  15. ^ ^contacts/$ [name='contacts']
  16. ^ ^downloads/$ [name='downloads']
  17. ^ ^login/$ [name='login']
  18. ^ ^impressum/$ [name='impressum']
  19. ^media/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

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