Page not found (404)

Request Method: GET
Request URL: https://moholy-nagy.org/exhibitions-next/

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

  1. ^admin/
  2. ^art-database-gallery/$ [name='art-database-gallery']
  3. ^art-database-list/$ [name='art-database-list']
  4. ^art-database-detail/(?P<pk>[\w-]+)$ [name='art-database-detail']
  5. ^biography/$ [name='biography']
  6. ^teaching/$ [name='teaching']
  7. ^chronology/$ [name='chronology']
  8. ^collections/$ [name='collections']
  9. ^filmography/$ [name='filmography']
  10. ^photo-album/$ [name='photo-album']
  11. ^photo-album/(?P<pk>[\w-]+)$ [name='photo-detail']
  12. ^exhibitions/$ [name='exhibitions']
  13. ^exhibitions-archive/$ [name='exhibitions-archive']
  14. ^exhibition/(?P<slug>[\w-]+)$ [name='exhibition-detail']
  15. ^references/$ [name='bibliography']
  16. ^publications/$ [name='publications']
  17. ^catalogue-raisonne/$ [name='catalogue-raisonne']
  18. ^photograms/$ [name='photograms']
  19. ^photograms/(?P<pk>[\w-]+)$ [name='photogram-detail']
  20. ^news/$ [name='news']
  21. ^news/(?P<pk>[\w-]+)$ [name='news-detail']
  22. ^contact/$ [name='contact']
  23. ^foundation/$ [name='mission']
  24. ^imprint/$ [name='imprint']
  25. ^rights-reproduction/$ [name='rights']
  26. ^terms-conditions/$ [name='terms']
  27. ^$ [name='index']

The current URL, exhibitions-next/, 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.