django.db.utils.NotSupportedError: PostgreSQL 11 or later is required (found

django启动报数据库版本错解决办法

  1. 升级数据库

  1. 查看django版本,降低版本

pip unintall django
pip isntall django==3.0

你可能感兴趣的:(django,python,后端)