Page not found (404)

Request Method: GET
Request URL: http://keu.edu.kg/index.php?show=100&id=309

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

  1. admin/
  2. [name='home']
  3. news/ [name='news']
  4. news/<int:pk>/ [name='detail_news']
  5. program/list [name='programs']
  6. project/list [name='projects']
  7. program/<int:pk> [name='program_detail']
  8. project/<int:pk> [name='project_detail']
  9. aboutKEU/<int:pk> [name='aboutkeu_detail']
  10. about/<int:pk> [name='about_detail']
  11. page/<int:pk> [name='page_detail']
  12. ckeditor/
  13. send_question [name='question']
  14. forum [name='forum']
  15. document/detail/<int:pk> [name='document_detail']
  16. ^media/(?P<path>.*)$

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