Skip to content

esadek/insecticide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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