Page not found (404)

Request Method: GET
Request URL: http://steroidi1.com/index.php?view=add_to_cart&id=61

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

  1. [name='home']
  2. item/<slug>/<int:alert>/ [name='item']
  3. item/<slug>/ [name='item']
  4. add-to-cart/<int:product_id>/ [name='add_to_cart']
  5. cart/ [name='cart']
  6. add_to_cart_multi/ [name='add_to_cart_multi']
  7. order/ [name='order']
  8. make_order/ [name='make_order']
  9. items/
  10. admin/
  11. ^static/(?P<path>.*)$
  12. ^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.