ImportError: Couldn't import Django

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

    In case you have virtual env activated, django installed, django-admin --version prints the valid version - check if there is no circular import in the file you are executing.

提交回复
热议问题