I want to auto run manage.py createsuperuser on django but it seams that there is no way of setting a default password.
manage.py createsuperuser
django
How can I get this?
very easy, listen on post syncdb signal and read superuser credentials from a configuration file and apply it.
checkout django-bootup https://github.com/un33k/django-bootup/blob/master/README
checkout django-bootup
https://github.com/un33k/django-bootup/blob/master/README