Page not found (404)

Request Method: GET
Request URL: https://itel.rv.ua/index.php?id=37

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

  1. admin/
  2. [name='main']
  3. about_us/ [name='about_us']
  4. construction_design/ [name='construction_design']
  5. technical_survey/ [name='technical_survey']
  6. energy_design/ [name='energy_design']
  7. data_center_design/ [name='data_center_design']
  8. contact/ [name='contact_form']
  9. thanks/ [name='thanks_page']
  10. news/ [name='news_list']
  11. new/<int:pk>/detail/ [name='news_detail']
  12. projects/ [name='project_list']
  13. project/<int:pk>/detail/ [name='project_detail']
  14. ^media/(?P<path>.*)$
  15. ^static/(?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.