Hello,
Here is my scenario. I am using django to hold all dynamic portions of
our website. For example, .list of members, projects etc. I would like
to use svn to allow users to commit to various portions of their
website. Right now it is setup that you can commit xhtml files and all
associated files. iframes are used to suck down data from django.

I would really like to have users write their web content as django
templates. This makes life simple, the inheritence etc will give a
simple and uniform look to the website. I can easily insert dynamic
content using custom filters, block tags. Is there any reason to not
use django templates, have users commit them and then django can
simply serve the file as a template ?

regards,
suresh.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to