Re: Igoogle integration

2009-04-09 Thread Florian Strzelecki
Hello, I think you could use this : http://docs.djangoproject.com/en/dev/topics/http/urls/#passing-extra-options-to-view-functions You can give some parameters to your view function, defined into the url pattern. So, when it's /mycooldfeed you will write {'template': 'normal_template.tpl'} and

Re: Igoogle integration

2009-04-09 Thread Nick Boucart
Hi again, My current thinking is to isolate the common piece of template into a seperate .html file, and include it from different templates and views. Now I'm wondering if it would be possible to reuse the view (which is at the moment of writing a generic view). Ideally, I would like to have a

Igoogle integration

2009-04-09 Thread Nick Boucart
Hi, I'm pretty new to django, so bear with me ;) I'm developing a little web application prototype, that I would like to have an igoogle widget for. The content in that iggoogle widget should be similar then a regular view, but without header, sidebar, navigation, etc. (for an example of what