for (( i = 1 ; i > 0; i++ )) 
do
./manage.py syncqueue
done

