Django部署腾讯云服务时候报错:SQLite 3.8.3 or later is required (found 3.7.17)

自带centos上运行python manage.py runserver的时候报错

django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).

给django降级

卸载django:   pip uninstall django
安装低版本:   pip install django==2.1.8

 

posted @ 2020-03-25 01:16  一只小小的寄居蟹  阅读(541)  评论(0编辑  收藏  举报