Django: Error: Unknown command: 'makemigrations'

前端 未结 7 1778
夕颜
夕颜 2021-02-03 23:06

I am trying to follow the Django tutorial and I faced the following error when I enter python manage.py makemigrations polls

Unknown co         


        
7条回答
  •  滥情空心
    2021-02-03 23:33

    I did following (for python version 3.6.4) to get this issue resolved:

    1. install virtualenv
    2. Activate virtualenv

    Cheers

提交回复
热议问题