Page not found (404)

Request Method: GET
Request URL: https://www.twoisforjoy.com/2012/10/16/socks-glorious-socks/img_2185_medium2/

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

  1. [name='index']
  2. coding [name='coding']
  3. coding/about [name='about']
  4. coding/contact [name='contact']
  5. admin/
  6. coding/projects/
  7. blog/
  8. ckeditor5/

The current path, 2012/10/16/socks-glorious-socks/img_2185_medium2/, 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.