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

新手上路,请多包涵

在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模块能有权限访问数据库呢?

阅读 2.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题