The Basics
This project is a forum system, that creates a thread object. Subsequent replies to the thread are done using threaded comments system (django-threadedcomments) which utilize comment nesting and voting.
Project Home – http://code.google.com/p/django-threadedforum/Grab the Repository – svn checkout http://django-threadedforum.googlecode.com/svn/trunk/
Recent Commits
-
14 was committed 6 months, 2 weeks ago.
No commit message supplied.
-
13 was committed 6 months, 3 weeks ago.
modified UserProfile management
-
12 was committed 6 months, 3 weeks ago.
bug with reverse(tf_denied0
-
11 was committed 6 months, 3 weeks ago.
Did lots of stuff. Working on user authentication.
-
10 was committed 7 months ago.
user profiles are working, minus pictures
-
9 was committed 7 months ago.
Added support for creating threads, modified threads model
-
8 was committed 7 months ago.
Added fuctionality to the models of thread and userprofile
-
7 was committed 7 months, 1 week ago.
Changed the models to include a pagination_preference. Also changed urls so that there was no more syntax error.
-
6 was committed 7 months, 1 week ago.
Added templates, modified models, urls, and views.
-
5 was committed 7 months, 2 weeks ago.
Added Forms to threadedforum and threadedforumuserprofile