Hi,
This is mostly out of curiousity. Let's imagine a site containing mostly static HTML files. However due to laziness / ease of changing the overall sites layout and the option of using django compressor for the included .css .js files I wondered how I could use templates and still serve the resulting files directly by the web server (have them located in 'static' / 'media') So is there any tool helping with such a work flow? - Edit modify Change the 'static' templates - running a build script (or a modified 'collect-static' script) creating the resulting html files from their 'static' templates and placing them in the static folder. and then potentially create the related 'django-compressed' files in /static (or /media) -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.