django1.5和apache2.4布署setting.py中加oracle数据库连接后不能正常显示页面,报错:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
去除数据库连接部分页面就正常显示。开发环境和服务器同一电脑,命令行下manage.py runserver可正常连接数据库显示显页面。求解