On 13 oct, 10:38, raeldc <[EMAIL PROTECTED]> wrote: (snip) > One of the things I'm wondering about is how to implement mini-content > boxes. It is known to Joomla as modules, in Drupal as blocks, to > others they are called widgets or side bars. In CMS systems, I can > assign a content-box to be viewable on different pages or all pages > with simple point and click. In Django, I think I would have to call > the VIEW for those content boxes in every VIEW where I want them > displayed. This method looks very redundant to me. Or maybe I'm still > in the stage of my learning where I haven't found the Django way that > deals with this. So I'm asking the experts on Django for guidance. How > do I implement easily manageable min-content boxes on my Django > website? Is there a Django standard way? If none, can you please > suggest what you think is the best way to do this?
There are/have been a couple efforts in this direction already. One of them seems to be abandonned by it's author, but could be reused as a basis for what you're after: http://code.google.com/p/django-modular/ The other one seems much more alive, but barely documented at all: http://code.google.com/p/django-app-plugins/ HTH --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---