Re: Recurring question. Automate manage.py syncdb

2014-06-20 Thread Ariel Calzada
I hope this helps you http://pastebin.com/umGv3br9 Greetings from Colombia ARIEL 2014-06-20 11:31 GMT-05:00 Rubén Ortiz : > Hi > > I have to automate a kind of django setup in linux ubuntu box. The project > runs under virtualenv. Then my main problem is when I have to execute the > famous: >

Recurring question. Automate manage.py syncdb

2014-06-20 Thread Rubén Ortiz
Hi I have to automate a kind of django setup in linux ubuntu box. The project runs under virtualenv. Then my main problem is when I have to execute the famous: $ python $VIRTUAL_ENV/opt/graphite/webapp/graphite/manage.py syncdb --pythonpath=$VIRTUAL_ENV/opt/graphite/webapp -v 2 I am very