Skip to content

efefre/issue_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

353 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker

An issue tracking system that manages and maintains lists of issues.

Parts of an projects

  • Name
  • Short name (slug)
  • Status (In progress, Success, Cancel)

Parts of an issue

  • Summary
  • Description
  • Type (Tasks/Bugs)
  • Priority (Low, Medium, High)
  • Status (To do, In progress, Done, Cancel)
  • Attachments
  • Reporter
  • Assignee
  • Comments
  • Unique issue number

Technologies

  • Python 3.9
  • Django 3.1.6
  • PostgreSQL
  • Docker

Setup

All information about environment you can find in requirements.txt

Clone project:

git clone https://github.com/efefre/issue_tracker.git

Use:

Run project:

make start

Makemigrations:

make makemigrations

Migrate:

make migrate

Create super user (root):

make createsuperuser

Open:

127.0.0.1:8000

More details about make.

Frontend

Base on AdminLTE https://adminlte.io/docs/3.0/license.html (an open source project that is licensed under the MIT license).

Status

Project is: no longer continue.

About

An issue tracking system that manages and maintains lists of issues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors