Page not found (404)

Request Method: GET
Request URL: http://flora32.ru/articles/clothing/

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

  1. [name='index']
  2. result/<int:upload_id>.html [name='result']
  3. monitor/index.html [name='monitor']
  4. monitor/show-<int:point_id>.html [name='monitor']
  5. admin/
  6. robots.txt

The current path, articles/clothing/, 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.