ImportError: Couldn't import Django

前端 未结 22 1909
无人共我
无人共我 2020-12-05 01:59

I\'ve already configured virtualenv in pycharm, when using the python manage.py command, this is error shown:

E:\\video course\\Python\\code\\web_worker\\MxO         


        
22条回答
  •  温柔的废话
    2020-12-05 02:49

    You can use python3 to run file, if you don't want to use virtualenv.python3 manage.py runserver

    To install python3 look at this page

提交回复
热议问题