Page not found (404)

Request Method: GET
Request URL: http://fiatti.ru/img/work/23.jpg

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

  1. admin/
  2. [name='index']
  3. introductions/<uuid:id>/ [name='introduction']
  4. basics/<uuid:id>/ [name='basic']
  5. basics/<uuid:id>/search/ [name='search']
  6. basics/<uuid:id>/theme_search/ [name='theme_search']
  7. constructor/ [name='constructor']
  8. user/ [name='user']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, img/work/23.jpg, 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.