Page not found (404)

'sphinx_doc/_build/html/_sources/sphinx_doc/index.rst.txt' could not be found
Request Method: GET
Request URL: http://tamilpesu.us/static/sphinx_doc/_build/html/_sources/sphinx_doc/index.rst.txt
Raised by: django.views.static.serve

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.