Page not found (404)

Request Method: GET
Request URL: http://watch-vip.ru/index.php?show_aux_page=4

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

  1. admin/
  2. [name='index']
  3. detail/<int:pk>/ [name='detail']
  4. add_review/<int:pk>/ [name='add_review']
  5. exclusive/ [name='exclusive']
  6. detail_ex/<int:pk>/ [name='detail_ex']
  7. application_add/ [name='application_add']
  8. about_us/ [name='about_us']
  9. partners/ [name='partners']
  10. videos/ [name='videos']
  11. contacts/ [name='contacts']
  12. offer/ [name='offer']
  13. personalization/ [name='personalization']
  14. requisites/ [name='requisites']
  15. user/
  16. vip-admin/
  17. basket/
  18. orders/
  19. ^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.