'django-admin' is not recognized as an internal or external command, operable program or batch file. code example
Example: 'django' is not recognized as an internal or external command
//uninstall and installing django library should work in most cases..
pip uninstall django
//wait for django to uninstall and then install it by using following command
pip install django