Page not found (404)

Request Method: GET
Request URL: https://www.fridgeandpantry.com/cooking_blog/wp-includes/class-json.php

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/
  5. nutrition/
  6. cooking_blog/ image/ [name='post_image_browse']
  7. cooking_blog/ image/<slug:slug> [name='post_image_upload']
  8. cooking_blog/ [name='post_list']
  9. cooking_blog/ <slug:permalink>/ [name='post_detail']
  10. accounts/
  11. ads.txt
  12. admin/

The current path, cooking_blog/wp-includes/class-json.php, 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.