Lightweight issues tracker and wiki (lwtrack) allows you to create/edit issues (bugs), article categories and articles.
Adding issues via RESTful API is implemented as well.
Adding or editing issue you can choose assignee and he/she will receive email.
Try it here: https://prod-lwtrack.herokuapp.com/
Python should be installed on your machine
- git clone https://github.com/dmitryhusev/lighttrack.git
- pip install -r requirements.txt
- This is Django app, so to run it use:
- python manage.py runserver
That's it.
You can use Heroku, DigitalOcean or Pythonanywhere (easiest way to deploy is using Pythonanywhere)
This project is licensed under the MIT License