Page not found (404)

Request Method: GET
Request URL: http://botsad.khpi.ru/Gallery/images/news/botsad100516/2.jpg

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

  1. ^admin/
  2. ^ ^$ [name='botsad-main']
  3. ^ ^(?P<pk>\d+)/$ [name='article-detail']
  4. ^ ^contacts/$ [name='botsad-contacts']
  5. ^ ^activity/$ [name='botsad-activity']
  6. ^ ^structure/$ [name='botsad-structure']
  7. ^ ^catalog/
  8. ^tinymce/
  9. ^media/(?P<path>.*)$

The current path, Gallery/images/news/botsad100516/2.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.