Page not found (404)

Request Method: GET
Request URL: https://cinemanicks.com/Genre/drama

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

  1. [name='index']
  2. sign_in [name='auth_sign_in']
  3. sign_out [name='auth_sign_out']
  4. browse [name='browse']
  5. search [name='search']
  6. media/<slug:slug> [name='media_detail']
  7. media/update/<int:media_id> [name='update_media']
  8. watchlist/<slug:slug> [name='watchlist_detail']
  9. watchlist/add/<int:media_id> [name='add_to_watchlist']
  10. watchlist/remove/<int:media_id> [name='remove_from_watchlist']
  11. in_common_watchlists [name='in_common_watchlists']
  12. director/<slug:slug> [name='director_detail']
  13. api/media/<int:media_id>
  14. api/summary
  15. api/search
  16. api/search_media_details
  17. problems
  18. admin/

The current path, Genre/drama, 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.