Page not found (404)

Request Method: GET
Request URL: https://www.aridenison.com/blog/how-i-made-the-shot-ella-dynae-designs

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

  1. paypal/
  2. info/
  3. admin/
  4. search/
  5. gallery/
  6. shop/
  7. [name='blog_front_page']
  8. utility [name='utility']
  9. <int:page> [name='blog_front_page']
  10. <str:page> [name='blog_page']
  11. day/<slug:slug> [name='blog_day']
  12. image/<slug> [name='image_notes']
  13. post_edit/<int:post_id> [name='post_edit']
  14. post_add/ [name='post_add']
  15. add_ocolp_image/ [name='add_ocolp_image']
  16. add_post_image/<post_id> [name='add_post_image']
  17. process_staged_image/<imagefilename> [name='process_staged_image']
  18. post_sort_images/ [name='post_sort_images']
  19. post_add_images/<int:post_id> [name='post_add_images']
  20. post_edit_load_images/<int:post_id> [name='post_edit_load_images']
  21. post_detatch_image/<post_id>/<post_image_id> [name='post_detatch_image']
  22. post_delete_image/<post_id>/<post_image_id> [name='post_delete_image']
  23. post_images_manager/<post_id> [name='post_images_manager']
  24. post_publication_manager/<post_id> [name='post_publication_manager']
  25. prints/ [name='prints']
  26. ^media/(?P<path>.*)$
  27. <str:page> [name='page']
  28. content/ [name='content_home']
  29. section/<slug:slug> [name='content_section']
  30. article/<year>/<month>/<day>/<slug> [name='story']
  31. image-catalog/<image_id> [name='image_permalink']
  32. ocoloy-project/<year>/<month>/<day>/<slug> [name='ocoloy_story']
  33. photo-essay/<slug:slug> [name='photo-essay']
  34. feature-story/<slug:slug> [name='featury-story']
  35. r/
  36. usage/
  37. credential/
  38. studio/
  39. client/
  40. ^media/(?P<path>.*)$

The current path, blog/how-i-made-the-shot-ella-dynae-designs, 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.