When writing a project in Django it is a common occurrence that there are some small elements that must be shared between all applications in the project but that do not fit within the context of any of the apps as it would break encapsulation. I'm thinking about things such as terms and conditions pages (which admittedly could use the flat pages mechanism but that does not offer quite the same level of control as I am looking for) and privacy policies.
So do you just tend to create a new misc app to hold all these little bits and pieces or is there a convention for such things? Thanks, Simon. -- 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.