python - Apache的WSGI模块链接postgresql数据库的用户权限问题

 Scarlett_girl 发布于 2022-10-27 09:18

在Udacity上学习Linux Web Server课程的时候最后一道实践题上卡住了,题目是这样的:

Exercise
Update your /var/www/html/myapp.wsgi application so that it successfully connects to your database, queries a table for data and presents that piece of data rather than the text Hello World!. You will need to create a table and populate it with data of your choosing, then query it from your app.

数据库,数据表已经建好,在命令行用python以postgres用户身份也能链接成功。但是同样的代码写到wsgi文件里之后却无法链接成功。我想问题还是出在访问权限上,如何让wsgi模块能有权限访问数据库呢?

撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有