Page not found (404)

Request Method: GET
Request URL: https://www.vedsur.com/location-intelligence/explore-india-gis-tool/?unapproved=431&moderation-hash=c1250933e1a1f48ae689ffb9603fa62d

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

  1. admin/
  2. ^$ [name='index']
  3. ^marketingAnalytics [name='marketingAnalytics']
  4. ^customerAnalytics [name='customerAnalytics']
  5. ^biDashboard [name='biDashboard']
  6. ^dataIntgration [name='dataIntgration']
  7. ^about [name='about']
  8. ^knowledge [name='knowledge']
  9. ^partners [name='partners']
  10. ^contact [name='contact']
  11. ^survey/
  12. ^dashboard/

The current path, location-intelligence/explore-india-gis-tool/, 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.