Project Management System by using Python Django and MySQL

Abstract

We have developed Project Management System by using Python Django and MySQL. The main modules available in this project are Ticket module which manages the functionality of Ticket, Project is normally used for managing Project, Time sheet contains all the functionality realted to Timesheet, Bug manages the Bug functionality, Task has all the features of Task and Employee Salary module manages the functionality of Employee Salary.

As we know Python Projects, are trending topics for academic python project development. So we had chosen python3 for developing Project Management System. In this project we developed features for Ticket, Project, Task etc, which reduces the human efforts and increase the efficiency

Report of Project Management System:

  • Ticket report : We can generate all the reports of Ticket in this
  • Project report : Generate reports related to Project
  • Time-sheet report : All Time-sheet reports will be available in this section
  • Bug report : You can generate filtered reports of Bug
  • You can generates the report of Bug, Ticket, Task
  • Project, Employee Salary, Time- sheet has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Ticket, Project, Time-sheet modules
  • You can create the CVS reports for Ticket, Bug, Project

Modules of Project Management System:

  • Ticket module : It contains all the functionalities related to the Ticket
  • Project module : It manages all the operations related to Project
  • Timesheet module : Manages the Timesheet related functionalities
  • Bug module : This module manages Bug functionalities
  • Task module : Task modules contains all the CRUD operations related to Task
  • Employee Salary module : Employee Salary module contains all the required functions which include adding, viewing, deleting and updating Employee Salary lists.

Project Management System in python Installation Steps:

  • Download Project Management System zip file and extract it
  • Install Django
  • Open phpmyadmin and create Project Management System database
  • Import database Project Management System.sql
  • Run the project : python manage.py run-server
  • Open Your browser run the project : “http://localhost:8080/ProjectManagement System/”

Python Project Project Management System software requirments specification:

  • Python3 : To run this project you need python 3
  • Django : We have developed this project over the django2
  • MySQL : You need MySQL database for running this project
  • MySQL Connector : For making the connection from MySQL and python, we need it
Scroll to Top