Page not found (404)

Request Method: GET
Request URL: https://www.fridgeandpantry.com/wines/White/Perle/

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

  1. [name='home_page']
  2. search/<slug:search> [name='search_page']
  3. recipes/
  4. wines/ [name='wine_types']
  5. wines/ <slug:wine_type> [name='wine_type_grapes']
  6. wines/ <slug:wine_type>/<slug:wine_type_grape> [name='wine_grape_wines']
  7. wines/ <slug:wine_type>/<slug:wine_type_grape>/<slug:wine> [name='wine_detail']
  8. nutrition/
  9. cooking_blog/
  10. accounts/
  11. ads.txt
  12. admin/

The current path, wines/White/Perle/, 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.