Page not found (404)

Request Method: GET
Request URL: https://sumnerhayes.com/recipe/?category=1

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

  1. ^a/
  2. ^cmsa/
  3. ^pages/
  4. ^docs/
  5. ^rlist/
  6. ^dnd/character/
  7. ^dnd/
  8. ^search/$ [name='search']
  9. ^dojo/meetup/$
  10. ^dojo/meetupsearch/$
  11. ^dojo/trump$
  12. ^dojo/sosh$
  13. ^graph/gwm$
  14. ^japi/get_recipes/$
  15. ^japi/show_recipe/([0-9][0-9]*)$
  16. ^japi/show_recipe/$
  17. ^library/shows/$
  18. ^library/movies/$
  19. ^json/login/$
  20. ^json/logout/$
  21. ^json/posts/$
  22. ^json/userinfo/$
  23. ^json/recipecategories/$
  24. ^json/recipes/$
  25. ^json/recipe$
  26. ^json/page$
  27. ^new/$
  28. ^myjs/sumnerhayes.js
  29. ^login.html
  30. ^static\/(?P<path>.*)$
  31. ^static\/media\/(?P<path>.*)$

The current URL, recipe/, 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.