Login Required. Sign up now -- its free!

Projects tagged ‘discussion’ and ‘django’


Jump to tag:

Projects tagged ‘discussion’ and ‘django’

Filtered by Project Tags discussion django

Refine results Project Tags forum (3) watching (1) bb (1) lightweight (1) notification (1) generic (1) python (1) nyxcite (1)

[4 total ]

0 Users

This is a basic forum component that can plug into any existing Django installation and use it's existing templates, users, and admin interface. Perfect for adding forum functionality to an existing ... [More] website. Current StatusUses Django Admin for maintenance / moderation - no in-line admin features as yet Uses existing django Auth and assumes you already have that up and running. I use and recommend django-registration Roll your own site with little work: Install Django, install django-registration, flatpages, django-forum, setup your templates and you have an instant website :) Code is as pulled out of my other projects - changes will be made as I go to make sure it's as standalone as possible, right now should be pretty good. Getting StartedCheckout code via SVN: svn co http://django-forum.googlecode.com/svn/trunk/ forum Add forum to your INSTALLED_APPS in settings.py ./manage.py syncdb Add FORUM_BASE = '/forum' to your settings.py (no trailing slash) Update urls.py: (r'^forum/', include('forum.urls')), Go to your site admin, add a forum Browse to yoursite.com/forum/ [Less]
Created about 1 year ago.

0 Users

Nyxcite (nyx-cite) is a lightweight, moderately featured discussion forum software based on the Django framework. It is named for the private gaming server it was originally created for. The forum is ... [More] loosely based off of other Django forum projects (namely beastly and django-forum), but also includes thread watching and notification, bbCode support and straps onto the Django users system. Right now, the best way to get your hands on this is to grab the latest revision from Subversion: svn checkout http://nyxcite.googlecode.com/svn/trunk/ nyxcite [Less]
Created about 1 year ago.

0 Users

More to come
Created 12 months ago.

0 Users

A generic discussion application for Django projects, designed to make it easy to integrate simple, nested discussions by registered users about any content item in your projects. Features: ... [More] registering comments against any Model instance. replying to specific comments for nested discussions. generic views which take care of adding, editing and deleting comments against specific Models. a template tag library for retrieving the number of comments made on any object or list of objects and comment trees themselves. Based on an implementation of Modified Preorder Tree Traversal by Julio Nobrega, originally posted on the Django wiki. NB: this application is being developed against the development version of Django (which is 0.97-pre at the time of writing), so you'll need a recent checkout of Django's SVN trunk to run it. [Less]
Created about 1 year ago.