My favorites | Sign in
Project Logo
                
Search
for
Updated Sep 30, 2008 by cgrady
Labels: Phase-Deploy, Featured
InstallationAndConfiguration  
How to install & configure counterpoint

Introduction

Simple forum system, that has been adapted from an existing forum, now used on another website.

Requirements

Installation

  1. place counterpoint somewhere on your python path (sys.path)
  2. make the following modifications in settings.py:
  3. run manage.py syncdb
  4. add (r'^counterpoint/', include('counterpoint.urls')), to your project's urls.py

Setup

After install, you need to setup your forums - using django's admin or the new Counterpoint admin, you need to add at least one ForumGroup and one Forum, or there will be nowhere to make posts

The new Counterpoint admin allows drag-and-drop reordering of groups and forums, making that part of setup much easier than manual editing of the ordering column


Comment by sailorcto, Sep 23, 2008

Download is under the source tab, although this looks like another abandoned project.

svn checkout http://counterpoint.googlecode.com/svn/trunk/ counterpoint-read-only

Comment by cgrady, Sep 30, 2008

Not abandoned, I've just been very busy :)

Finally got some time to work on it and updated it to django 1.0


Sign in to add a comment
Hosted by Google Code