Page not found (404)

Request Method: GET
Request URL: https://eurofilmfest.cz/film/jak-byt-normalni/

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

  1. [name='index']
  2. program [name='program']
  3. news [name='news']
  4. news/<int:news_id> [name='news_article']
  5. events [name='events']
  6. events/<int:event_id> [name='event']
  7. cinemas [name='cinemas']
  8. cinemas/<int:cinema_id> [name='cinema']
  9. films [name='films']
  10. films/<int:film_id> [name='film']
  11. sections [name='sections']
  12. competitions [name='competitions']
  13. organizers [name='organizers']
  14. archive [name='archive']
  15. other/<slug:site_name> [name='other']
  16. send_email [name='send_email']
  17. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  18. robots.txt
  19. ^media/(?P<path>.*)$
  20. cookies/
  21. ^media/(?P<path>.*)$
  22. en/

The current path, film/jak-byt-normalni/, 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.