ImportError: Couldn't import Django

前端 未结 22 1898
无人共我
无人共我 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:38

    If you are using python 3 use py in front of cmd code, like this

    py manage.py runserver
    

提交回复
热议问题