Page not found (404)

Request Method: GET
Request URL: http://thepickpath.com/AppPPO/displaysolution/11/index.html

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

  1. ^AppPPO/ myFirstView
  2. ^AppPPO/ homeview
  3. ^AppPPO/ listorgview
  4. ^AppPPO/ ^listwrhview/(\d+)/$
  5. ^AppPPO/ ^editwrhview/(\d+)/$
  6. ^AppPPO/ ^savewrhview/$
  7. ^AppPPO/ ^displayroad/(\d+)/$
  8. ^AppPPO/ ^drawpickingpath/(\d+)/$
  9. ^AppPPO/ ^savepickingpath/$
  10. ^AppPPO/ ^computeroad/(\d+)/(.+)/$
  11. ^AppPPO/ ^displaysolution/(\d+)/$
  12. ^AppPPO/ ^displaysolutionvideo/(\d+)/$
  13. ^AppPPO/ ^displaystaticsolution/(\d+)/$
  14. ^AppPPO/ ^optimizeclassic/(\d+)/(.+)/$
  15. ^AppPPO/ ^optimizeoptimize/(\d+)/(.+)/$
  16. ^AppPPO/ ^tpp_optimize/(\d+)/(.+)/$
  17. ^admin/
  18. ^AppPPO/homeview$
  19. ^$ [name='frontend']
  20. ^functionalities [name='functionalities']
  21. ^login [name='login']
  22. ^registration [name='registration']
  23. ^technicalintegration [name='technicalintegration']
  24. ^howdoesitwork [name='howdoesitwork']
  25. ^consulting [name='consulting']
  26. ^contactus [name='contactus']
  27. ^customers [name='customers']
  28. ^support [name='support']
  29. ^training [name='training']
  30. ^whoweare [name='whoweare']
  31. ^contact/
  32. ^contactthanks/ [name='thanks']
  33. ^DisplayStaticSolution/
  34. ^i18n/
  35. ^static\/(?P<path>.*)$

The current URL, AppPPO/displaysolution/11/index.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.