Page not found (404)

Request Method: GET
Request URL: http://powiat.turek.pl/page/od-dnia-1-sierpnia-2022-roku-nadal-obowiazuja-stopnie-alarmowe-bravo-i-charlie-crp-2124/
Raised by: website.main.views.PageView

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>.*/)$

The current path, page/od-dnia-1-sierpnia-2022-roku-nadal-obowiazuja-stopnie-alarmowe-bravo-i-charlie-crp-2124/, 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.