Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 408 Bytes

Bug-Tracker-Using-Django

This is a Bug Tracker Project implemented using Python Django and MySql Features

  1. Add/Delete Projects
  2. Add/Remove Bugs in current projects.
  3. Filter all the bugs according to projects.
  4. Edit/Update Projects.
  5. See count of currently active Projects and Bugs.

NOTE: I was focused on functionality this time. Hopefully, I will improve other aspects as well...in future.