Request Method: | GET |
---|---|
Request URL: | http://bfs.258.com/stream?filename=/html/3ac28310e249d416561a6029425a768c/1b6df11d7fbb97450d2ed46b1998c618&db=product6&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.