Re: Blog Widget in Django

2010-07-06 Thread Daniel Lathrop
Didier-- Sounds like you need is clientside javascript for displaying for displaying external blog content. IF you try googling "display rss feed javascript" you should get about 29 million hits. -Daniel --- Daniel Lathrop 206.718.0349 (cell) On Tue, Jul 6, 2010 at 8:44

Re: Blog Widget in Django

2010-07-06 Thread didier rano
I don't understand where and how django-basic-apps or pinax manage a Blog widget. In fact, I need to implement a widget to display information outside an Django application. For example, display information in a Wordpress site, or display information in iGoogle... Thanks for your help 2010/7/5 D

Re: Blog Widget in Django

2010-07-05 Thread Daniel Lathrop
There is also django-basic-apps. http://github.com/nathanborror/django-basic-apps --- Daniel Lathrop 206.718.0349 (cell) 2010/7/5 Juan de Dios Manjón Pérez > didier rano escribió: > >> Does exists a Django module/application to help me to manage it ? >> And how to mana

Re: Blog Widget in Django

2010-07-05 Thread Juan de Dios Manjón Pérez
didier rano escribió: Does exists a Django module/application to help me to manage it ? And how to manage Django and django-socialauth authentication with it ? I am running http://pinaxproject.com/ examples at http://pinax.jdmanjon.net/ and it implements a social network project out-of-the-box.

Blog Widget in Django

2010-07-05 Thread didier rano
Hi, I've planned to build a blog widget for my Django website (http://skeedy.com ). Does exists a Django module/application to help me to manage it ? I think about something like http://widget.collecta.com/ And how to manage Django and django-socialauth authentication with it ? Thanks Didier Ra