A free and open source Django task management system.
Tasking was built with the sole purpose of minimizing management overhead and reducing barriers to team building. Tasking's main goals include:
- Ability to claim and complete tasks.
- Users should also be able to comment on tasks.
- Ability to assign tasks upwards, downwards, and horizontally based on clear, easy to manage permissions.
- Ability to form teams in order to solve mutual problems.
- Ability to create meaningful reports.
- Everything
####On Mac or Linux:
-
mkdir task_app
-
git clone https://github.com/cmanallen/tasking.git
-
Create your virtualenv. pyvenv env (Python 3) || virtualenv env (Python 2)
-
Activate your virtualenv.
-
pip install -r requirements.txt
-
cd tasking/ && ./manage.py runserver
MIT