Nothing happens when I do: python manage.py command

前端 未结 11 519
半阙折子戏
半阙折子戏 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:15

    if you are using Redis Server on Windows, check it out if Redis Server is running, I had same problem and realized my Redis Server was not running, I ran it and now my manage.py commands work fine.

提交回复
热议问题