Re: Question regarding cloud deployment and bash automatization

2012-06-05 Thread Robert Steckroth
For what it's worth, this script below is the best I could come up with so far --> site_domain="radioweedshow.com" site_name="www.radioweedshow.com" if [ -n "$sites_used" ]; then juju-log "Found django.contrib.sites in installed apps. Creating single table as defined in this script." echo "f

Question regarding cloud deployment and bash automatization

2012-06-04 Thread Robert Steckroth
Hey Gang, I have created a juju charm to deploy multiple django apps to ec2. Currently, I am working on multiple site control and need help with the django_site table. When am instance is destroyed, the database remains but django is re-installed. The problem arises when old database is kept aroun