Page not found (404)

Request Method: GET
Request URL: http://63.250.33.230/deposit/

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

  1. admin/
  2. index [name='index']
  3. v1/verify [name='verify']
  4. v1/update_category [name='update_category']
  5. v1/verify_place [name='verify_place']
  6. v1/signup_person [name='signup_person']
  7. v1/signup_place [name='signup_place']
  8. v1/verify_location/<str:lat>/<str:lon>/ [name='verify_location']
  9. distance [name='distance']
  10. v1/place_list [name='place_list']
  11. v1/login [name='login']
  12. login_place [name='login']
  13. resend [name='resend']
  14. events [name='events']
  15. tag/<slug:slug> [name='tag']
  16. v1/reset_link [name='reset_link']
  17. v1/reset_complete [name='reset_complete']
  18. v1/change_password [name='change_password']
  19. v1/password_change [name='change']
  20. v1/profile_image [name='profileimage']
  21. v1/locate/<str:lat>/<str:lon>/ [name='locate']
  22. v1/profile_background [name='profilebg']
  23. pastevents [name='pastevents']
  24. v1/event_comment/<int:id> [name='comment']
  25. v1/like_event/<int:id> [name='like_event']
  26. v1/pinevent/<int:id> [name='pinevents']
  27. v1/events [name='events']
  28. v1/detail/<int:id> [name='detail']
  29. v1/delete [name='delete']
  30. v1/legal [name='legal']
  31. v1/place_search [name='place_map']
  32. v1/user_location/<str:lat>/<str:lon>/ [name='user_location']
  33. v1/trending [name='trending']
  34. v1/report/<int:id> [name='report']
  35. v1/search_venue [name='search_venue']
  36. v1/event_category [name='event_category']
  37. v1/place_live [name='place_live']
  38. v1/event_live/<int:id> [name='event_live']
  39. v1/end_stream [name='end_stream']
  40. distance/<str:lat1>/<str:lon1>/<str:lat2>/<str:lon2>/ [name='distance']
  41. v1/search_events [name='search_events']
  42. v1/search_events_cat [name='search_events_cat']
  43. v1/search_places [name='search_place']
  44. v1/search_places_cat [name='search_place_cat']
  45. v1/create_event [name='create_event']
  46. v1/add_highlight/<int:id> [name='add_highlight']
  47. v1/add_thrillers/<int:id> [name='add_thrillers']
  48. v1/thrills/<int:id> [name='thrills']
  49. v1/bio [name='bio']
  50. v1/profileimage [name='profileimage']
  51. v1/profile_events [name='profile_events']
  52. v1/highlight_detail/<int:id> [name='highlight_detail']
  53. v1/highlights [name='highlights']
  54. v1/highlight_comment/<int:id> [name='highlight_comment']
  55. v1/edit_event/<int:id> [name='edit_event']
  56. v1/trending_comments/<int:id> [name='trending_comments']
  57. v1/comment_trending/<int:id> [name='comment_trending']
  58. v1/trending_view/<int:id> [name='trending_view']
  59. v1/like_trending/<int:id> [name='like_trending']
  60. v1/trending_detail/<int:id> [name='trending_detail']
  61. v1/edit_thrillers/<int:id> [name='edit_thrillers']
  62. v1/delete_thrillers/<int:id> [name='delete_thrillers']
  63. v1/postpone_event/<int:id> [name='postpone_event']
  64. v1/cancel_event/<int:id> [name='cancel_event']
  65. attenders/<int:id> [name='attenders']
  66. v1/like_reel/<int:id> [name='like_reel']
  67. v1/reels [name='reels']
  68. v1/highlightcomments/<int:id> [name='highlightcomments']
  69. v1/organiser/<int:id> [name='organiser']
  70. v1/story_view/<int:id> [name='story_view']
  71. v1/story/<int:id> [name='story']
  72. v1/status/<int:id> [name='statuses']
  73. v1/add_hot [name='add_hot']
  74. v1/fcm [name='fcm']
  75. v1/check [name='check']
  76. balling_history [name='balling']
  77. balling_comment/<int:id> [name='balling_comment']
  78. balling_comments/<int:id> [name='balling_comments']
  79. balling_like/<int:id> [name='balling_like']
  80. ^static/(?P<path>.*)$

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