Gregory Nicholas
unread,Jan 12, 2012, 2:30:51 PM1/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
is there currently a way to only deploy certain, or only static files?
this is what i'm currently facing, and hoping to use a selective
deploy feature for:
- my app is currently managing a couple dozen automated system emails
- created them as django templates to reduce maintenance overhead
- some emails have 2 or 3 different versions
- allow us to test and compare responses between variations
ideally, i want to provide a fast path to updating the email
templates, without redeploying the entire application. is this
possible or should i look to not use static files / django if they
need to be updated more often than i deploy?