Pluggable Q&A Django App

2012-08-07 Thread natasha.ba...@utoronto.ca
Hi All, I'm looking to implement a Stack Overflow style Q&A feed on my site. I have looked into the following solutions: 1) OSQA 2) Askbot 3) Soclone The problem with these is that they don't really seem to be standalone apps, and more like fully featured sites. Any thoughts on a standalone pl

Re: Dumpdata and serialization issues

2012-07-03 Thread natasha.ba...@utoronto.ca
one or both of the models at the ends > > of the many to many, > > and the join table will come along for free. > > > > On Tue, Jul 3, 2012 at 3:21 PM, natasha.ba...@utoronto.ca > > wrote: > >> Hi All, > >> > >> I'm trying to du

Dumpdata and serialization issues

2012-07-03 Thread natasha.ba...@utoronto.ca
Hi All, I'm trying to dump the contents of a table which is the mapping for a many-to-many field. The table is called Part and it has a ManytoManyField called category_id. When I run python manage.py dumpdata store.part_category_id > file.json I get the error Error: Unable to serialize database