Insecticide is an open source bug tracking system that helps developers to easily record, track and resolve bugs. Built with Django and Bootstrap, Insecticide is highly extensible.
Clone repository and change directory:
$ git clone https://github.com/esadek/insecticide.git
$ cd insecticide
Create and activate virtual environment:
$ python3 -m venv env
$ source env/bin/activate
Install required packages:
$ pip install -r requirements.txt
Run app:
$ python manage.py runserver
Run all tests:
$ ./manage.py test