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 Some sorting example in paython. zendnwar March 6, 2014 >>> sorted(5, 2, 3, 1, 4,8,9,7) output : 1, 2, 3, 4, 5, 7, 8, 9 list.sort() method : & .. ‘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. ..