Page not found (404)

No ImportStation matches the given query.
Request Method:GET
Request URL:https://goonmetrics.apps.goonswarm.org/importing/1022734985679/marketgroup/1320/
Raised by:importo.views.importing_filter

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

  1. admin/
  2. ^$ [name='home']
  3. ^api/$ [name='api_index']
  4. ^api/(?P<api_type>\w+)/$
  5. ^cargo_scan/$ [name='cargo_scan']
  6. ^cargo_scan/(?P<scan_id>\d+)/$
  7. ^importing/$ [name='importing_home']
  8. ^importing/(?P<station_id>\d+)/(?P<filter>\w+)/$ [name='importing_filter']
  9. ^importing/(?P<station_id>\d+)/(?P<filter>marketgroup)/(?P<mg_id>\d+)/$ [name='importing_filter']

The current path, importing/1022734985679/marketgroup/1320/, 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.