I'm working on a project where I will eventually need to be able to add/delete/manage templates on the fly. Our Django Application Servers are setup as a cluster behind an Nginx Front-end Server.
We're not at that point, yet -- but I wanted to see if there's any architectural issues I need to prepare for. I was thinking we could store them on some sort of a networking file system but then I worry about load-times and stability. We could store them in a database but I imagine that may slow things down even more, plus we'd have to build some sort of a system for pulling templates from the database. If anyone's attempted this sort of thing before, I'd be interested in hearing some options you took and the outcome. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

