Re: What do you use to build facebook applications with django?

2011-03-16 Thread OrazioPirataDelloSpazio (Lorenzo)
Hello, I was in your same situation some weeks ago. I checked almost all the django-facebook integration projects and each one of the uses old and not-documented api (facebook recently changed apis, and deprecated other stuff such as fbml in favor of the modern graph api). At the end I gave up. No

Dynamic nested forms

2011-01-15 Thread OrazioPirataDelloSpazio (Lorenzo)
Hello, I had to make a page with some dynamically added nested formset (all in a page), for example: Blog title: Blog info: --Entry title: --Entry text: Tags: Add new Tag -- Add New Entry ... Add new Blog Which is the cleanest way to do it with django? I did it using 3 formset (blog, entr