Example project

Project tree contains test/testapp folder, it is fully deployed and ready to use forum application. If you starting from scratch it’s probaly the best way to begin.

Running example project

You need to install next packages for running testapp:

  • pybb
  • django-registration
  • south

you can do it by running this command:

pip install pybbm django-registration south

or with easy_install:

easy_install pybbm django-registration south

Project Versions

Table Of Contents

Previous topic

Anonymous posting

Next topic

Migrating from pybb (lorien package)

This Page