为了账号安全,请及时绑定邮箱和手机立即绑定

python manage.py runserver命令在cmd命令框中可以正确执行,但是在pycharm的终端中运行就失败了!

(venv) E:\python\practise\django\django_instuction>python manage.py runserver

Traceback (most recent call last):

  File "manage.py", line 10, in main

    from django.core.management import execute_from_command_line

ModuleNotFoundError: No module named 'django'



在window的cmd中执行就是好的?

E:\python\practise\django\django_instuction>python manage.py runserver

Watching for file changes with StatReloader

Performing system checks...


System check identified no issues (0 silenced).


You have 17 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.

Run 'python manage.py migrate' to apply them.

November 17, 2019 - 17:15:00

Django version 2.2.7, using settings 'django_instuction.settings'

Starting development server at http://127.0.0.1:8000/

Quit the server with CTRL-BREAK.


正在回答

1 回答

原因就是直接使用Python的安装目录,不要使用venv目录下的python环境变量!

0 回复 有任何疑惑可以回复我~
#1

优雅CODE

是需要再那个地方配置?我的也是再cmd中执行正常,但是再pycharm中执行也是不行,提示: Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
2020-03-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

python manage.py runserver命令在cmd命令框中可以正确执行,但是在pycharm的终端中运行就失败了!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信