I actually just got done writing a QandA app. It's very basic. I don't have it open yet but I would turn over the source to you if you wanted.
Here are the features: Question Answer Answerer Answerer's credentials site specific QandA (using django.contrib sites) tagging (using django-tagging) creation date update date It outputs a json api based on several filters site (required) general search (optional) id, id list (optional) pub_date (optional) tags (optional) On May 14, 9:20 am, "[email protected]" <[email protected]> wrote: > Can anyone give me any suggestions for a relatively simple, pluggable > Q&A app? I'm looking for something sorta Stack-Overflow-ish, but I'm > OK with handling voting, authentication, search, etc. separately. > > What I've found so far (OSQA, Askbot, soclone) are far from pluggable. > I don't want a whole other site, just an app. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

