Page not found (404)

Request Method: GET
Request URL: https://apis.acdh.oeaw.ac.at/search/&selected_facets%3Dprofession_exact:Technik&selected_facets%3Dcareer_exact:Freiwillige%20Fabriksfeuerwehr%20(Steyr)&selected_facets%3Dcareer_exact:Schweizerische%20Industrie-Gesellschaft%20(Neuhausen,%20Rheinfall)&selected_facets%3Dcareer_exact:%C3%96sterreichische%20Waffenfabriks-Gesellschaft%20(Steyr)&selected_facets%3Dplace_of_birth_exact:Reichraming

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

  1. apis/
  2. api-auth/
  3. entity/<int:pk>/ [name='GetEntityGenericRoot']
  4. admin/
  5. info/
  6. webpage/
  7. [name='start']
  8. imprint/ [name='imprint']
  9. about/ [name='about']
  10. contact/ [name='contact']
  11. expert-search/ [name='expert-search']
  12. search/ [name='search']
  13. ^person/(?P<pk>[0-9]+)$ [name='person-detail']
  14. ac/obel-person/ [name='obel-person-autocomplete']
  15. ac/obel-professions/ [name='obel-professions-autocomplete']

The current path, search/&selected_facets=profession_exact:Technik&selected_facets=career_exact:Freiwillige Fabriksfeuerwehr (Steyr)&selected_facets=career_exact:Schweizerische Industrie-Gesellschaft (Neuhausen, Rheinfall)&selected_facets=career_exact:Österreichische Waffenfabriks-Gesellschaft (Steyr)&selected_facets=place_of_birth_exact:Reichraming, 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.