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 How to show hostname & IP address with python programming zendnwar April 13, 2016 The Internet Protocol assigns a 4-byte address to every computer connected to the network. Such .. SyntaxError: invalid syntax Error in Python zendnwar November 27, 2013 This very simple mistake. just write print (“Hello, World!”); Hope you wil ..