/team-task-manager

Team Task Manager is a tool that helps manage tasks during product development. It allows users to create, assign, track tasks and set deadlines.

Primary LanguageCSS

IT Team task manager

Django project for management of workers with positions and tasks. Create worker. Create tasks with corresponding tasks types. Assign/unassigned worker from task.

Check it out!

Surf Task

Login Credentials:

User: admin1234

Password: zxcv4321

Installation

Python3 must be already installed

USAGE

git clone https://github.com/leetwinoff/team-task-manager.git
python3 -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

python manage.py migrate
python manage.py runserver

Features

Authentication functionality for Worker/User Management of tasks directly from the website Powerful admin panel for advanced management