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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -