实现功能
将安装的app中的models中的model的表说明以及列说明写入SQLSERVER说明
环境准备
pip install django_to_sqlserver_description
from django_to_sqlserver_description import update_ms_description # django_core是程序主目录 update_ms_description(django_core="django_core")