server reboot has caused django project to lose directories
Posted
by wmfox3
on Stack Overflow
See other posts from Stack Overflow
or by wmfox3
Published on 2010-06-09T22:25:48Z
Indexed on
2010/06/09
22:32 UTC
Read the original article
Hit count: 216
django
A fully functional Django project as well as a couple in development have all broken following the rebooting of the server.
In addition to some pieces of the Django admin returning errors as well as missing .js and .css files, I'm getting errors like this when viewing pages that include images uploaded through the admin.
Exception Type: TemplateSyntaxError
Exception Value:
Caught an exception while rendering: (2, 'No such file or directory')
Exception Location: /usr/lib/pymodules/python2.6/django/template/debug.py in render_node, line 81
Python Executable: /usr/bin/python
Python Version: 2.6.4
So did the reboot stomp on some part of my configuration/setup or did it fail to restart a critical piece?
© Stack Overflow or respective owner