Page not found (404)

Request Method: GET
Request URL: http://www.ctppcp.ru/index.asp

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

  1. [name='main']
  2. news_page=<int:pagenum> [name='news_index']
  3. news_page=<int:pagenum>/ [name='news_index']
  4. news/positions [name='positions_index']
  5. center [name='mission']
  6. center/history [name='history']
  7. center/contacts [name='contacts']
  8. center/reports [name='reports']
  9. center/maindocs [name='maindocs']
  10. center/attestation [name='attestation']
  11. center/fazly [name='fazly']
  12. structure [name='laboratory_index']
  13. structure/staff [name='staff_index']
  14. research [name='research_index']
  15. research/etics [name='etics']
  16. research/senate [name='senate']
  17. research/publications [name='publications']
  18. research/publications_year=<int:pageyear> [name='publicationsyear']
  19. research/<str:nc> [name='detail']
  20. research/<str:nc>/people [name='members']
  21. research/<str:nc>/profile [name='profile']
  22. research/<str:nc>/publications [name='pipub']
  23. education [name='course_index']
  24. education/phd [name='phd']
  25. pages/<str:name> [name='pages_index']
  26. ru/
  27. en/
  28. admin/
  29. ^media\/(?P<path>.*)$

The current path, index.asp, 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.