Page not found (404)

Request Method: GET
Request URL: http://ctpo.miet.ru/index.php/2013-08-29-08-20-59/proekty/112-generatsiya-lazernykh-impulsov-so-zvukovoj-indikatsiej-dlya-linij-svyazi?tmpl=component&print=1&layout=default&page=

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

  1. admin/
  2. [name='main_page']
  3. all_news/ [name='all_news']
  4. <int:year>/<int:month>/<int:day>/<slug:post>/ [name='post_detail']
  5. ckeditor/
  6. ^static/(?P<path>.*)$
  7. ^media/(?P<path>.*)$

The current path, index.php/2013-08-29-08-20-59/proekty/112-generatsiya-lazernykh-impulsov-so-zvukovoj-indikatsiej-dlya-linij-svyazi, 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.