Page not found (404)

No Movie matches the given query.
Request Method: GET
Request URL: https://www.div.cz/film/234201-pride
Raised by: div_content.views.movies.movie_detail

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

  1. __debug__/
  2. admin/
  3. podpora/
  4. [name='index']
  5. filmy/ [name='movies_index']
  6. filmy/<int:year> [name='movies_year']
  7. filmy/<slug:genre_url> [name='movies_genre']
  8. film/<str:movie_url> [name='movie_detail']

The current path, film/234201-pride, 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.