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 noob with python but I don't want to maintain dumps or 
workarounds with expect. I have found some info in stackoverflow but I 
don't know how to apply it.

http://stackoverflow.com/questions/10326277/django-automate-syncdb

Does anybody knows what I have to do? Goal is run manage.py syncb and in 
some way automate the send of user,password and email to python script. 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ac7cdcba-52cc-4e1d-842a-cd440bc0167a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to