Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

nylar/fora

Repository files navigation

Fora

Build Status Coverage Status License Code Climate

A Django forum.

Installation

Grab the code.

git clone git@github.com:nylar/fora.git
cd fora

Install the requirements.

pip install -r requirements.txt

Setup the database.

python manage.py syncdb --noinput
python manage.py migrate --noinput

To run the local server

python manage.py runserver

To run the tests (with code coverage).

py.test --cov forums --cov threads --cov posts --cov users --cov-report term-missing

Releases

No releases published

Packages

No packages published