How do I create a superuser account in Django

Just run following command

$ python manage.py migrate
$ python manage.py createsuperuser