Using the URLconf defined in hotspots.urls,
Django tried these URL patterns, in this order:
-
__debug__/
-
admin/es-autocomplete/
[name='es-autocomplete']
-
admin/log-viewer/
-
admin/
-
v0.2/
-
v0.3/
-
s/<slug:slug>/
[name='short-link-redirect']
-
list/<slug:slug>/submit-event/
[name='list-submit-event-redirect']
-
list/<slug:slug>/submit-place/
[name='list-submit-place-redirect']
-
list/<slug:slug>/
[name='list-redirect-root']
-
accounts/
-
auth/password-reset-done/
[name='password_reset_done']
-
^v0.3/search/
-
^v0.4/search/
-
badge_report/
-
tile_json/
-
tile_json/public.places_vt.json
-
tile_layer
[name='heatmap']
-
tile_layer/<int:z>/<int:x>/<int:y>
[name='heatmap']
-
search/demo/
[name='search-demo']
-
^search/
-
api-docs/
-
^swagger(?P<format>\.json|\.yaml)$
[name='schema-json']
-
^swagger/$
[name='schema-swagger-ui']
-
^redoc/$
[name='schema-redoc']
-
^media/(?P<path>.*)$
-
silk/
The empty path
didn’t match any of these.