I want to auto run manage.py createsuperuser
on django
but it seams that there is no way of setting a default password.
How can I get this? It has to be independent on the django database.
I want to auto run manage.py createsuperuser
on django
but it seams that there is no way of setting a default password.
How can I get this? It has to be independent on the django database.