Page not found (404)

Request Method: GET
Request URL: http://www.profi-avers.ru/article/show/id/71

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

  1. ^ ^apps\/
  2. ^ ^firmware\/
  3. ^ ^launcher\/
  4. ^ ^drivers\/
  5. ^ ^manager\/
  6. ^ ^appcast\/
  7. ^ ^api\/
  8. ^ ^$
  9. ^ ^admin/
  10. ^ ^admin/uwsgi/
  11. ^ ^i18n/
  12. ^downloads/(?P<path>.*)$

The current path, article/show/id/71, 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.