Page not found (404)

Request Method: GET
Request URL: http://www.donigroup.com/research/austdcp/index.html

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

  1. ^admin/
  2. ^api/
  3. ^grappelli/
  4. ^ ^$ [name='homePage']
  5. ^ ^research/$ [name='blogs']
  6. ^ ^products/$ [name='products']
  7. ^ ^product/$ [name='single_product']
  8. ^ ^pricing/$ [name='pricingPage']
  9. ^ ^research/(?P<slug>[\w-]+)/$ [name='detail']
  10. ^ ^price/analytics/$ [name='pricing_detail']
  11. ^ ^privacy/$ [name='privacy_policy']
  12. ^markdownx/
  13. ^media\/(?P<path>.*)$
  14. ^media\/(?P<path>.*)$

The current URL, research/austdcp/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.