Page not found (404)

Request Method: GET
Request URL: http://172.105.40.75:8215/Niti_Aayog_Coherence_Map/

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

  1. ^admin/
  2. ^ ^home/$ [name='home']
  3. ^ ^$ [name='login']
  4. ^ ^logout/$ [name='logout']
  5. ^ ^index_second_page/$ [name='index_second_page']
  6. ^ ^city/$ [name='city']
  7. ^ ^city-2/$ [name='city-2']
  8. ^ ^city-3/$ [name='city-3']
  9. ^ ^city-4/$ [name='city-4']
  10. ^ ^city-5/$ [name='city-5']
  11. ^ ^city-6/$ [name='city-6']
  12. ^ ^plan/$ [name='plan']
  13. ^ ^createplan/$ [name='createplan']
  14. ^ ^current-one/$ [name='current-one']
  15. ^ ^current-two/$ [name='current-two']
  16. ^ ^current-three/$ [name='current-three']
  17. ^ ^current-four/$ [name='current-four']
  18. ^ ^current-five/$ [name='current-five']
  19. ^ ^current-six/$ [name='current-six']
  20. ^ ^current-seven/$ [name='current-seven']
  21. ^ ^future-one/$ [name='future-one']
  22. ^ ^future-two/$ [name='future-two']
  23. ^ ^future-three/$ [name='future-three']
  24. ^ ^future-four/$ [name='future-four']
  25. ^ ^future-five/$ [name='future-five']
  26. ^ ^future-six/$ [name='future-six']
  27. ^ ^future-seven/$ [name='future-seven']
  28. ^ ^citystatus/$ [name='citystatus']
  29. ^ ^cityfuture/$ [name='cityfuture']
  30. ^ login/ [name='login']
  31. ^ logout/ [name='logout']
  32. ^ password_change/ [name='password_change']
  33. ^ password_change/done/ [name='password_change_done']
  34. ^ password_reset/ [name='password_reset']
  35. ^ password_reset/done/ [name='password_reset_done']
  36. ^ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  37. ^ reset/done/ [name='password_reset_complete']
  38. favicon.ico
  39. testcookie/
  40. deletecookie/

The current path, Niti_Aayog_Coherence_Map/, 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.