Request Method: | GET |
---|---|
Request URL: | http://bfs.258.com/stream?filename=/html/f5f1b277a9ebf24bbac86bbd79258136/4cf31ecd57886268d299ceb189fd154d&db=product3&storetype=mbasic&c=1 |
Using the URLconf defined in jumpserver.urls
,
Django tried these URL patterns, in this order:
The current path, stream
, 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.