‘python’ is not recognized as an internal or external command admin July 16, 2017 Python 144 Comments It’s very simple, just modify python install. just follow image. Related Posts Python String Operations zendnwar May 8, 2016 Concatenation >>>’Zend’ + ‘Anwar’ Zendanwar >>>’ .. How do I create a superuser account in Django admin October 22, 2018 Just run following command $ python manage.py migrate $ python manage.py createsuperuser ..