Page not found (404)

No Artwork matches the given query.
Request Method: GET
Request URL: http://evbcabinet.upstream:8080/exhibitions/small-group/artwork-2707/
Raised by: evbaeyer_cabinet_com.apps.exhibition.views.artwork_view

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

  1. summernote/
  2. index/
  3. about/
  4. contact/thank-you/
  5. condition-of-sale/
  6. privacy-policy/
  7. contact/
  8. home/
  9. publish-exhibition-<int:exhibition_id>/
  10. publish-artwork-<int:artwork_id>/
  11. exhibitions/
  12. exhibitions/<path:url>/picture-<int:picture_id>/
  13. exhibitions/<path:url>/page-<int:page_number>/
  14. exhibitions/<path:url>/<int:artwork_id>/
  15. exhibitions/<path:url>/artwork-<int:artwork_id>/

The current path, exhibitions/small-group/artwork-2707/, 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.