pycharm 提示 Django is not importable in this environment 的解决方法

 

背景 项目是用3.7新建 切换到3.9后通过python manage.py runserver 启动完全ok 

但是配置pycharm 提示 Django is not importable in this environment  切换到对应的虚拟环境  怎么配置都会选中3.7 所以导致提示 Django 未安装

pycharm 提示 Django is not importable in this environment 的解决方法

 

切换虚拟环境 发现同时保留了3.7和3.9 版本 

pycharm 提示 Django is not importable in this environment 的解决方法

 

解决方法

选择3.7 点击底部图标 修改环境为3.9  配置后再次修改虚拟环境即可

pycharm 提示 Django is not importable in this environment 的解决方法

pycharm 提示 Django is not importable in this environment 的解决方法

 

pycharm 提示 Django is not importable in this environment 的解决方法

pycharm 提示 Django is not importable in this environment 的解决方法

 

配置成功

 

pycharm 提示 Django is not importable in this environment 的解决方法

 

上一篇:Django:内建用户系统


下一篇:【django云服务器部署流程(1)】django+uwsgi+nginx:准备工作