Page not found (404)

Request Method: GET
Request URL: https://www.sonaliaansh.com/s-w-wedges.html

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

  1. ^admin/
  2. ^ckeditor/
  3. ^about-us/$
  4. ^send-email [name='send-email']
  5. ^submit-product-request [name='submit_product_request']
  6. ^submit-success [name='submit-success']
  7. ^contact-us/$
  8. ^product-by-category/$
  9. ^product-details-zoom/$
  10. ^terms-condition/$
  11. ^procedure-order/$
  12. ^like/
  13. ^catalogue/
  14. ^basket/
  15. ^checkout/
  16. ^accounts/
  17. ^search/
  18. ^dashboard/
  19. ^offers/
  20. ^password-reset/$ [name='password-reset']
  21. ^password-reset/done/$ [name='password-reset-done']
  22. ^password-reset/confirm/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password-reset-confirm']
  23. ^password-reset/complete/$ [name='password-reset-complete']
  24. page-redirect/(?P<page_promotion_id>\d+)/$ [name='page-click']
  25. keyword-redirect/(?P<keyword_promotion_id>\d+)/$ [name='keyword-click']
  26. ^$ [name='home']
  27. ^api/
  28. ^filer/
  29. ^media\/(?P<path>.*)$

The current path, s-w-wedges.html, 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.