|
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. |
|
You should check the server logs. They are located in ~/logs/user/error_<appname>.log. A useful way to do this is with the tail command,
It will render similar output to the Django devserver and you can use this trackback information to debug the application. You may also try setting 'DEBUG = True' in settings.py to turn on the Django debugging tools. |