How would you run this django command to synchronize with the fabric automatically.
python manage.py syncdb --settings="app.settings.test"
if he tried to run, he was stuck in "Do you want to create a superuser account", can it be transmitted as "yes" and the information for entering with him.
run('python manage.py syncdb --settings="app.settings.%s"' % name, pty=True)
source share