Skip to content

Django project for managing tasks of employees in an IT company

Notifications You must be signed in to change notification settings

pavlejviki/my-task-manager

Repository files navigation

Task Manager Project

A powerful tool for managing tasks and meeting deadlines.

Try it out

Task Manager project deployed to Render

Use the following user to log in and check the functionality of the website:

login: tester
password: test12345

Please note, as a test user you can't execute delete operations, only admin users have this permission.

Features

  • Authentication functionality for Worker/User
  • New tasks can be added and kept all in one list
  • Tasks can be delegated to certain workers and tracked
  • Each worker has his own detail page with completed and uncompleted task displayed separately
  • All tasks can be prioritised to manage time more effectively and hit deadlines

Demo

Website Interface Website Interface Website Interface Website Interface Website Interface Website Interface

Installation

Python3 must be already installed

git clone https://github.com/pavlejviki/task-manger
cd task-manager
python3 -m venv venv
source venv/bin/activate  # on macOS
venv\Scripts\activate  # on Windows 
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver #starts Django Server

About

Django project for managing tasks of employees in an IT company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published