gpt4 book ai didi

python - Chatterbot Django 和 Heroku(运行示例的问题)

转载 作者:行者123 更新时间:2023-12-01 02:55:00 25 4
gpt4 key购买 nike

我现在遇到了几个问题,我几乎已经让 Chatterbot 示例可以在 Heroku 上运行 Django。

这是我的示例页面。 https://polar-basin-92507.herokuapp.com/

查看日志,问题似乎是

OperationalError: no such table: django_chatterbot_statement

完整日志 https://hastebin.com/mucanobuki.sql

git 源 https://github.com/gunthercox/ChatterBot/tree/master/examples/django_app/example_app

据我所知,他们的示例设置为使用 sqlite3,但 heroku 不支持这一点,我需要以某种方式将其切换到 postgres?不确定,这是我需要一些指导的地方。

最佳答案

您需要在heroku中设置Postgresql。只需在您的 settings.py 文件中添加这些行即可找到 here

import dj_database_url
db_from_env = dj_database_url.config()
DATABASES['default'].update(db_from_env)

关于python - Chatterbot Django 和 Heroku(运行示例的问题),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44309037/

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