This repository was created as part of a Hexlet study project.
Task Manager this is a task management system based on the Django framework.
It allows you to set tasks, assign performers and change their statuses.
Try the project in work HERE
git clone https://github.com/Boison88/Task-Manager
cd Task-Manager
make env
make install
make migration
# for dev and local use
make dev
# for deploy
make start