Page not found (404)

Request Method: GET
Request URL: http://acupuncture.pk/Mercurius.htm

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. acupuncture/ [name='acupuncture']
  5. organs/ [name='organs']
  6. tests/ [name='tests']
  7. points/ [name='points']
  8. ptdetail/<str:ptname> [name='ptdetail']
  9. training/ [name='training']
  10. contacts/ [name='contacts']
  11. twitter/ [name='twitter']
  12. facebook/ [name='facebook']
  13. youtube/ [name='youtube']
  14. instagram/ [name='instagram']
  15. linkedin/ [name='linkedin']
  16. hashmiclinics/ [name='hashmiclinics']
  17. allergyclinix/ [name='allergyclinix']
  18. ilajathome/ [name='ilajathome']
  19. homeoz/ [name='homeoz']
  20. homeopathic/ [name='homeopathic']
  21. rifathashmi/ [name='rifathashmi']
  22. hashmimedicalcenter/ [name='hashmimedicalcenter']

The current path, Mercurius.htm, 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.