python - manage.py flag to force unattended command? -
I am reading this tutorial:
And I'm working to organize everything Then there is one phase of this tutorial which is driving me crazy:
Next, we will configure the graphite database. Go to the graphite webapp directory and run the database script: < / Blockquote>
cd / opt / graphite / webpage / graphite / pseudo file manage.py syncdb
As you are seeing, we manage.py have to run and when I ask syncdb about building the super-user. How can I avoid this?
Any thoughts?
You can use them to disable signals.
--noinput
- noinput option options to suppress all users, such as ???? Are you sure Confirmation message This is useful if
django-admin.py is being executed as an unauthenticated, automated script.
Comments
Post a Comment