esadek / insecticide

Simple bug tracking system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Installation

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

Testing

Run all tests:

$ ./manage.py test

License

MIT

About

Simple bug tracking system

License:MIT License


Languages

Language:HTML 50.3%Language:Python 47.4%Language:CSS 2.3%