Page not found (404)

No FitFunction matches the given query.
Request Method: GET
Request URL: https://db-amdis.org/collisiondb/fit-functions/h_eex_johnson

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

  1. refs/
  2. api/
  3. [name='home']
  4. search/ [name='search']
  5. search/download [name='search_results_download']
  6. browse-refs/ [name='browse_by_ref']
  7. submitting-data/ [name='submitting-data']
  8. theoretical-methods/ [name='theoretical_methods_list']
  9. fit-functions/ [name='fit_functions_list']
  10. fit-functions/<pk_or_name> [name='fit_function_details']

The current path, fit-functions/h_eex_johnson, 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.