ImportError: Couldn't import Django

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

    you need to go to the root directory and run the below command

    source bin/activate
    

    Once the above command is executed, you will be able to create custom apps

提交回复
热议问题