How do I create a superuser account in Django admin October 22, 2018 Python 0 Comments Just run following command $ python manage.py migrate $ python manage.py createsuperuser Related Posts Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & .. ‘python’ is not recognized as an internal or external command admin July 16, 2017 It’s very simple, just modify python install. just follow image. ..