gpt4 book ai didi

python - Django Taggit - 属性错误 : can't set attribute

转载 作者:行者123 更新时间:2023-11-29 12:32:39 28 4
gpt4 key购买 nike

昨天我为我正在开发的网站安装了 PostgreSQL 作为数据库。安装后计算机重新启动。

怎么了?我丢失了所有环境变量(我使用的是 Windows 10)。所以我不得不重新将 python 添加到路径中。

创建数据库后,我替换了 settings.py 上的数据。我运行该网站,但出现错误。所以我安装了 psycopg2 让 postgres 与 django 一起工作。没办法。

我决定暂时回到 sqlite3,所以我编辑了 settings.py 并运行网站。错误告诉没有名为 Taggit 的应用程序。 (???) 这不正常。我安装了它,一切正常。我重新安装了它(版本 0.17.1)。

我不知道这些事件是否有关联……这就是我告诉你一切的原因。现在:在我使用 django Taggit 的每个项目中,我都会收到相同的错误(即使是在我几个月没有打开的项目上)...

Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x00000181AA17DAE8>
Traceback (most recent call last):
File "C:\Python35\lib\site-packages\django\utils\autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
File "C:\Python35\lib\site-packages\django\core\management\commands\runserver.py", line 113, in inner_run
autoreload.raise_last_exception()
File "C:\Python35\lib\site-packages\django\utils\autoreload.py", line 249, in raise_last_exception
six.reraise(*_exception)
File "C:\Python35\lib\site-packages\django\utils\six.py", line 685, in reraise
raise value.with_traceback(tb)
File "C:\Python35\lib\site-packages\django\utils\autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
File "C:\Python35\lib\site-packages\django\__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Python35\lib\site-packages\django\apps\registry.py", line 108, in populate
app_config.import_models(all_models)
File "C:\Python35\lib\site-packages\django\apps\config.py", line 199, in import_models
self.models_module = import_module(models_module_name)
File "C:\Python35\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 986, in _gcd_import
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 665, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "C:\Users\Marco\Documents\Progetti\GiemmeLift\website\blog\models.py", line 21, in <module>
class Post(models.Model):
File "C:\Users\Marco\Documents\Progetti\GiemmeLift\website\blog\models.py", line 34, in Post
tags = TaggableManager()
File "C:\Python35\lib\site-packages\taggit\managers.py", line 285, in __init__
rel = TaggableRel(self, related_name, self.through, to=to)
File "C:\Python35\lib\site-packages\taggit\managers.py", line 55, in __init__
self.to = to
AttributeError: can't set attribute

我尝试重新安装 django-taggit 但没有任何改变。

你能帮我理解为什么吗?

最佳答案

我遇到了同样的问题,安装了最新版本的 django-taggit 并且成功了。

关于python - Django Taggit - 属性错误 : can't set attribute,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41618383/

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