An issue tracking system that manages and maintains lists of issues.
- Name
- Short name (slug)
- Status (In progress, Success, Cancel)
- Summary
- Description
- Type (Tasks/Bugs)
- Priority (Low, Medium, High)
- Status (To do, In progress, Done, Cancel)
- Attachments
- Reporter
- Assignee
- Comments
- Unique issue number
- Python 3.9
- Django 3.1.6
- PostgreSQL
- Docker
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.
Base on AdminLTE https://adminlte.io/docs/3.0/license.html (an open source project that is licensed under the MIT license).
Project is: no longer continue.