Django - “no module named django.core.management”

前端 未结 21 1752
天涯浪人
天涯浪人 2020-12-02 11:46

I get the following error when trying to run Django from the command line.

File manage.py, line 8, in 
     from django.core.management import          


        
21条回答
  •  情书的邮戳
    2020-12-02 12:16

    I had the same problem and following worked good, you should navigate main folder in your project than type:

    source bin/activate 
    

提交回复
热议问题