Дафна: ошибка использования команды
Я на компьютере с Windows, используя Дафни с Django 2.0 для ASGI. Когда я бегу
"Дафна mywebsite.asgi: приложение"
Я получаю следующую ошибку:
daphne : The term 'daphne' is not recognized as the name of a cmdlet,
function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path
is correct and try again.
At line:1 char:1
+ daphne mywebsite.asgi:application
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (daphne:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Я смотрю в моей виртуальной среде и вижу, что daphne установлена (pip install daphne подтверждает, что ничего устанавливать не нужно).
Кто-нибудь знает, что происходит?
Михей