Request Method: | GET |
---|---|
Request URL: | /media/uploadpic/file_20120329/201203291332992423.pdf |
"/usr/local/lib/python2.7/dist-packages/hljz/media/uploadpic/file_20120329/201203291332992423.pdf" does not exist
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.