作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Django+tenant_schemas,我的应用程序的本地版本运行良好。但是,当我尝试将其推送到暂存 (Heroku+Docker) 时,出现以下错误:
AttributeError: 'DatabaseWrapper' object has no attribute 'set_schema_to_public' (tenat_schemas).
代码指向:
tenant_schemas/middleware.py in process_request at line 46:
connection.set_schema_to_public()
我不明白为什么会出现此错误。任何建议将不胜感激。谢谢
最佳答案
我的问题是我按照 docs 上的说明使用了 django.db.backends.postgresql_psycopg2
而不是 django_tenants.postgresql_backend
作为我的数据库引擎.
关于django - 属性错误 : 'DatabaseWrapper' object has no attribute 'set_schema_to_public' (tenat_schemas),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51408324/
我正在使用 Django+tenant_schemas,我的应用程序的本地版本运行良好。但是,当我尝试将其推送到暂存 (Heroku+Docker) 时,出现以下错误: AttributeError:
我是一名优秀的程序员,十分优秀!