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?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to