Page not found (404)

Request Method: GET
Request URL: http://avto-start56.ru/index.php/docs/2015-05-14-15-31-51

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^redactor/
  4. ^communication/request_form/$ [name='request_form']
  5. ^communication/leave_feedback_form/$ [name='leave_feedback_form']
  6. ^admin/ajax_upload_file/
  7. ^admin/base_image_upload/
  8. ^admin/image_information/
  9. ^admin/images_information/
  10. ^robots\.txt$ [name='robots']
  11. ^sitemap\.xml$ [name='sitemap']
  12. ^media\/(?P<path>.*)$
  13. ^static\/(?P<path>.*)$

The current path, index.php/docs/2015-05-14-15-31-51, 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.