Page not found (404)

Request Method: GET
Request URL: http://shubhampharma.com/decmax-dexamethasone.html

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

  1. admin/
  2. ^$ [name='home_page']
  3. ^products/(?P<slug>[\w-]+)/$ [name='list_page']
  4. ^portfolio.html$ [name='portfolio']
  5. ^product-detail/(?P<slug>[\w-]+)/$ [name='detail_page']
  6. ^blogs/$ [name='bloglist']
  7. ^blogs/(?P<slug>[\w-]+)/$ [name='blog']
  8. ^about-us/$ [name='about-us']
  9. ^indian-drugs/$ [name='indian-drugs']
  10. ^contact-us/$ [name='contact-us']
  11. ^sitemap.xml$ [name='sitemap']
  12. ^language-sitemap.xml$ [name='languagesitemap']
  13. ^images-sitemap.xml$ [name='image-sitemap']
  14. ^sitemap.html$ [name='sitemap-html']
  15. ^save-lead/$ [name='save-lead']
  16. ^save-feedback/$ [name='save-feedback']
  17. pages/
  18. ^uploads\/(?P<path>.*)$

The current path, decmax-dexamethasone.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.