Page not found (404)

Request Method: GET
Request URL: http://www.awgpstore.com/gallery/product/init?id=1280

Using the URLconf defined in website.awgpstore_url, Django tried these URL patterns, in this order:

  1. ^gallery/$ [name='maintenance']
  2. category
  3. product
  4. doLogin
  5. logout
  6. awgp_send_otp
  7. awgp_check_otp
  8. awgp_reset_password
  9. sendOtp
  10. checkOtp
  11. createUser
  12. checkContact
  13. api/getCityList
  14. cart/add
  15. updateProfile
  16. checkout
  17. updateItem
  18. getCheckoutItem
  19. removeItem
  20. getOrderDetail
  21. payment
  22. paymenthandler
  23. order
  24. search
  25. validateItemBeforePayment
  26. myOrders
  27. cancleOrder
  28. cancleOrderItem
  29. getNewPrice
  30. getTrackingInfo

The current path, gallery/product/init, 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.