Page not found (404)

Request Method: GET
Request URL: https://pray-across-europe.eu/przykladowa-strona/

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

  1. admin/
  2. [name='core-home']
  3. about/ [name='core-about']
  4. contact/ [name='core-contact']
  5. success/ [name='success']
  6. downloads/ [name='core-downloads']
  7. blog/
  8. prayer/
  9. ^media/(?P<path>.*)$

The current path, przykladowa-strona/, didn’t match any of these.

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.