Page not found (404)

Request Method: GET
Request URL: http://www.powiat.turek.pl/org/biuro-promocji-polityki-medialnej-strategii-i-rozwoju-125/
Raised by: website.main.views.OrgUnitView

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

  1. ^media/(?P<path>.*)$
  2. ^favicon\.ico$
  3. ^tinymce/
  4. ^ajax_select/
  5. ^admin/
  6. ^i18n/
  7. ^rss/$
  8. ^rss/(.*)/$
  9. ^news/
  10. events/(?P<day>[0-9]{4}-[0-9]{2}-[0-9]{2})/$
  11. ^page/(?P<page_url>.*/)$
  12. ^pid/(?P<id>[0-9]*)/$
  13. person/(?P<person_url>.*/)$
  14. terr/(?P<terr_unit_url>.*/)$
  15. org/(?P<org_unit_url>.*/)$

The current path, org/biuro-promocji-polityki-medialnej-strategii-i-rozwoju-125/, 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.