gpt4 book ai didi

python - 在 Django 中将 Django-Hstore 用于 PostgreSQL HSTORE 时出错

转载 作者:太空宇宙 更新时间:2023-11-03 14:10:25 27 4
gpt4 key购买 nike

当我运行 Django 服务器时,出现以下错误:

    class HStoreDescriptor(models.fields.subclassing.Creator):
AttributeError: 'module' object has no attribute 'subclassing'

我正在使用当前最新的 Django 1.10 和 django-hstore 1.4.2

最佳答案

您不需要在 1.10 上使用 Django_Hstore 扩展。

在您的 INSTALLED_APPS 中添加“django.contrib.postgres”。

如果在 Postgres 上没有启用 hstrone,运行 sql 脚本:CREATE EXTENSION IF NOT EXISTS hstore

关于模型:添加:from django.contrib.postgres.fields import HStoreField

添加字段:data = HStoreField()

For More İnformation :

关于python - 在 Django 中将 Django-Hstore 用于 PostgreSQL HSTORE 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38734413/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com