Page not found (404)

Request Method: GET
Request URL: http://www.rawart-gallery.com/artists/dana-tannhauser-and-yoav-fisch/bio/
Raised by: artists.views.ArtistBioView

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

  1. ^admin/
  2. ^summernote/
  3. ^about/ [name='about']
  4. ^text/ [name='text']
  5. ^showroom/ [name='showroom']
  6. ^publications/ [name='publications']
  7. ^updates/ [name='updates']
  8. ^join-newsletter/ [name='join-newsletter']
  9. ^thank-you/ [name='thank-you']
  10. ^shuttle/$ [name='shuttle']
  11. ^artists/ ^$ [name='list']
  12. ^artists/ ^(?P<slug>[-\w]+)/bio/$ [name='bio']

The current path, artists/dana-tannhauser-and-yoav-fisch/bio/, matched the last one.

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.