Page not found (404)

Request Method: GET
Request URL: http://www.phantomhealthcare.com/sell-equipment.php

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

  1. ^__debug__/
  2. grappelli/
  3. tinymce/
  4. admin/filebrowser/
  5. admin/
  6. ^product/(?P<slug>[-\w]+)/$ [name='product_detail']
  7. ^product/$ [name='product_list']
  8. ^compare-products/$ [name='compare']
  9. ^post/(?P<slug>[-\w]+)/$ [name='post_detail']
  10. ^post/$ [name='post_list']
  11. ^$ [name='index']
  12. ^about/$ [name='about']
  13. ^why/$ [name='why']
  14. ^contact/$ [name='contact']
  15. ^careers/$ [name='careers']
  16. ^privacy-policy/$ [name='policy']
  17. ^services/$ [name='service_list']
  18. ^lead/create/$ [name='create_lead']
  19. ^media\/(?P<path>.*)$

The current path, sell-equipment.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.