Hi, I'm wondering what would be the best practice for templating in django. I plan on having a single theme in which heads and footers will almost be the same across my project,
1. Should I great an app only for this purpose, in the sense, an app will host a header and footer functions (methods) along with their views. Is that the best practice? 2. my second question, if I am going to host a header somewhere centered. Is it possible that I include or exclude certain css or js from the main header? 3. Is there a django module that help organizing my js and css in a way? 4. last, what is django_compressor used for, I don't get the idea, If am going to specify the paths to my js. Why does it combine them all in a single file? does that make the loading faster? thanks, -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.