Nothing happens when I do: python manage.py command

前端 未结 11 545
半阙折子戏
半阙折子戏 2020-12-07 02:50

I\'m new to django and currently going through the main tutorial. Even though it was working earlier, when I do python manage.py runserver OR python manage.py -h OR with any

11条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-07 03:02

    if you created a virtual environment then activate it. you can try this command(in virtual environment directory) if you're using windows os:

    .\Scripts\activate
    

提交回复
热议问题