Re: Update / collectstatic / loadfixtures automation

2013-02-07 Thread Huu Da Tran
On Sunday, February 3, 2013 11:17:15 AM UTC-5, Thiago wrote: > Yeah, it worked =) > I tryed --noinput before but the behavior is a little different. > Thanks! > In what sense is the --noinput different? Also, I would suggest you split your script into two... restart.sh that would contain all lo

Re: Update / collectstatic / loadfixtures automation

2013-02-03 Thread Thiago Carvalho D' Ávila
Yeah, it worked =) I tryed --noinput before but the behavior is a little different. Thanks! 2013/2/3 John > I do > > echo yes | ./manage.py collectstatic > > which I'm sure you can adapt for your script. > > John > > > On 03/02/13 16:02, Thiago Carvalho D' Ávila wrote: > > Hello, I made a li

Re: Update / collectstatic / loadfixtures automation

2013-02-03 Thread John
I do echo yes | ./manage.py collectstatic which I'm sure you can adapt for your script. John On 03/02/13 16:02, Thiago Carvalho D' Ávila wrote: > Hello, I made a little script for automation for when I update my site > on production, it is like: > > update.sh > echo "C