【发布时间】:2020-07-04 16:47:51
【问题描述】:
ImproperlyConfigured('SQLite 3.8.3 or later is required (found %s).' % Database.sqlite_version) django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later
我在 django 项目中遇到了这个问题,sqlite3 和 django 的版本不匹配。这发生在 centos7 环境中,我还想要一个在容器环境中工作的便捷解决方案。
【问题讨论】: