Page not found (404)

Request Method: GET
Request URL: http://disko404.org/disko606.htm

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

  1. ^admin/filebrowser/
  2. ^grappelli/
  3. ^admin/
  4. ^media/(?P<path>.*)$
  5. ^$ [name='home']
  6. ^home/$
  7. ^news/$
  8. ^news/(\d+)/$ [name='news']
  9. ^news/(?P<slug>[-\w]+)/$ [name='newsItem']
  10. ^events/$
  11. ^events/(\d+)/$ [name='events']
  12. ^events/(?P<slug>[-\w]+)/$ [name='eventItem']
  13. ^releases/$
  14. ^releases/(\d+)/$ [name='releases']
  15. ^releases/(?P<slug>[-\w]+)/$ [name='releaseItem']
  16. ^podcast/$
  17. ^podcast/(\d+)/$ [name='podcast']
  18. ^podcast/(?P<slug>[-\w]+)/$ [name='podcastItem']
  19. ^radio/$
  20. ^radio/(\d+)/$ [name='radio']
  21. ^radio/(?P<slug>[-\w]+)/$ [name='radioItem']
  22. ^artists/$
  23. ^artists/crew/(\d+)/$ [name='artists']
  24. ^artists/label/(\d+)/$ [name='artists']
  25. ^artists/all/(\d+)/$ [name='artists']
  26. ^artists/(?P<slug>[-\w]+)/$ [name='artistItem']
  27. ^radio/$ [name='radio']
  28. ^podcast/$ [name='podcast']
  29. ^about/$ [name='about']
  30. ^impressum/$ [name='impressum']

The current URL, disko606.htm, 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.