错误提示:

django.core.exceptions.ImproperlyConfigured: Django 3.0.1 is not supported

背景 :
Django使用django-pyodbc连接阿里云上的SqlServer数据库时,提示Django is not supported,百度没有找到相关问题的答案,StackOverflow发现了提示。
解决django.core.exceptions.ImproperlyConfigured: Django 2.2.13 is not supported
stackoverflow讨论链接
django2.2.13不支持与django-pydobc连接,查阅官方文档后发现只支持1.4–1.10版本的django
解决django.core.exceptions.ImproperlyConfigured: Django 2.2.13 is not supported
官方文档
同时要求数据库的版本也不能超过2012

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-12-24
  • 2022-12-23
  • 2021-08-30
猜你喜欢
  • 2022-12-23
  • 2021-04-19
  • 2021-06-30
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案