Easily create a superuser for your django project using this simple line.
I found this trick on the Quickstart guide from the django-rest-framework docs
$ python manage.py createsuperuser --username admin --email admin@example.com
Password: **********
Password (again): **********
Superuser created successfully.
I originally wrote this as a gist and used gist.io to publish it. It’s a really nice utility