Page not found (404)

Request Method: GET
Request URL: http://elon.pro/cases/217113

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

  1. admin/
  2. [name='home']
  3. counter/
  4. menu/
  5. aihub/
  6. artworks/
  7. audio/
  8. body/
  9. cables/
  10. computers/
  11. customers/
  12. cpu/
  13. kitchen/
  14. laptops/
  15. monitors/
  16. motherboards/
  17. orders/
  18. phones/
  19. products/
  20. ram/
  21. sport/
  22. ssd/
  23. smart/
  24. storage/
  25. store/
  26. store/
  27. tablets/
  28. ups/
  29. vga/
  30. ^media/(?P<path>.*)$

The current path, cases/217113, 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.