Page not found (404)

No CoopStatus matches the given query.
Request Method: GET
Request URL: https://data.univcoop.or.kr/coop/gangneungwonju_coop/2014/
Raised by: status.views.CoopDetailView

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

  1. ^robots\.txt [name='robots_file']
  2. ^favicon\.ico$
  3. ^$ [name='main']
  4. ^status/(?:(?P<year>[0-9]{4})\/)?$ [name='main-view']
  5. ^accounts/
  6. ^auth/
  7. ^api/
  8. ^admin/
  9. ^coop/$ [name='coop-list']
  10. ^coop/(?P<coop_id>[0-9A-z\_\-]{2,20})/(?:(?P<year>[0-9]{4})\/)?$ [name='coop-detail']

The current path, coop/gangneungwonju_coop/2014/, 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.