Description
Hello World, Welcome to projectsplaza.com. This is a task management system application built with Django 3 and bootstrap 4. In this application, Admin can add User and assign the task to the User. Admin can view the status of the assigned task. Users will have a login panel to see the assigned task. Users can add a reply to the assigned task with reply time and also add the status of the task that task has been completed or not. Users can add multiple replies to the task. This is a very useful small application. You can use this project for your Django practice.
Admin Features
- Department Master
- Employee Master
- Assigned WorkMaster
- Replies Master
Frontend Features
- Employee Login
- Assigned Work List
- Add Replies to Assigned Work with complete status
- Completed Work List
How to run this script
- Download the zip file and extract
- Activate virtual environment
- Start the script with the following command
- py manage.py runserver
- http://127.0.0.1:8000/taskManagement/
Credentials
Admin
username: admin
password: admin
Employee Login
email: john@gmail.com
password: 12345
Reviews
There are no reviews yet.