Re: Subclassing the ForeignKey field type

2011-10-24 Thread guyf
Hi Tobia, I have just discovered your post and I am trying to do something very similar (create and XML doc from an object hierarchy). I have started by trying to use the @toxml decorator and override the __serialize__ method on my model. See (partially working) code below. @toxml class Risk(mode

Re: What apps or snippets to use for Facebook and Twitter registration, login and posting?

2011-03-03 Thread guyf
On Mar 2, 4:28 pm, Rodrigo Cea wrote: > I am developing a site that I want to link with Facebook and Twitter. > > So as to not reinvent the wheel, I'm looking for apps or snippets that can > help with this, specifically: > > 1) allow users to register and login with their Facebook and/or Twitter