Page not found (404)

Request Method: GET
Request URL: http://kundkwien.com/artist/www.festwochen.at

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

  1. ^ ^$
  2. ^ ^agency/philosophy/$
  3. ^ ^agency/(?P<agency_id>\w+)/$
  4. ^ ^contact/$
  5. ^ ^cultural/$
  6. ^ ^ontour/$
  7. ^ ^artist/$
  8. ^ ^artist/(?P<artist_id>\w+)/$
  9. ^ ^production/(?P<production_id>\w+)/$
  10. ^ ^productionimages/(?P<production_id>\w+)/(?P<page>\w+)/$
  11. ^ ^concert/$
  12. ^ ^concert/(?P<concert_id>\w+)/$
  13. ^ ^setlang/$
  14. ^admin/doc/
  15. ^admin/sortartists/$
  16. ^admin/sortartists/(?P<artist_id1>\w+)/(?P<artist_id2>\w+)/$
  17. ^admin/sortcategories/(?P<cat_id1>\w+)/(?P<cat_id2>\w+)/$
  18. ^admin/generateNewsletter/(?P<newsletterId>\w+)/$
  19. ^admin/generateNewsletter/$
  20. ^admin/

The current URL, artist/www.festwochen.at, 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.