1👍
My mistake. it is the syncdb command that is asking the question not the install.
The solution is
python manage.py syncdb --noinput
Source:stackexchange.com
1👍
My mistake. it is the syncdb command that is asking the question not the install.
The solution is
python manage.py syncdb --noinput