Creating a custom widget using django for use on external sites
Posted
by
ajt
on Stack Overflow
See other posts from Stack Overflow
or by ajt
Published on 2011-03-13T14:46:51Z
Indexed on
2011/03/13
16:10 UTC
Read the original article
Hit count: 251
I have a new site that I am putting together and part of it has statistics for the site's users. I would like to create a widget that others can use on another website by invoking javascript that reads data from my server and shows that statistics for a given user, but I am having a hard time finding specific tutorials that covers this in django.
I have seen the link at Alex Maradon's site [0], but it looks to me like that is passing html back to the widget and I am having a hard time figuring out how to do this using something like xml.
Are there any django apps for doing this or does anyone know of good how-tos?
© Stack Overflow or respective owner