I have been using django commands in my virtual environment for a longtime....
suddenly today When i run this command in my cmd from my Anaconda Env.....
django manage.py runserver
cmd responded with this
'django' is not recognized as an internal or external command, operable program or batch file.
when i ran the command "conda list" it shows django package in the list... do anyone know a solution to this??