Page not found (404)

Request Method: GET
Request URL: https://api.vibemap.com/

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

  1. __debug__/
  2. admin/es-autocomplete/ [name='es-autocomplete']
  3. admin/log-viewer/
  4. admin/
  5. v0.2/
  6. v0.3/
  7. s/<slug:slug>/ [name='short-link-redirect']
  8. list/<slug:slug>/submit-event/ [name='list-submit-event-redirect']
  9. list/<slug:slug>/submit-place/ [name='list-submit-place-redirect']
  10. list/<slug:slug>/ [name='list-redirect-root']
  11. accounts/
  12. auth/password-reset-done/ [name='password_reset_done']
  13. ^v0.3/search/
  14. ^v0.4/search/
  15. badge_report/
  16. tile_json/
  17. tile_json/public.places_vt.json
  18. tile_layer [name='heatmap']
  19. tile_layer/<int:z>/<int:x>/<int:y> [name='heatmap']
  20. search/demo/ [name='search-demo']
  21. ^search/
  22. api-docs/
  23. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  24. ^swagger/$ [name='schema-swagger-ui']
  25. ^redoc/$ [name='schema-redoc']
  26. ^media/(?P<path>.*)$
  27. silk/

The empty path 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.