Skip to content

Mohan3C/Technical_support_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⭐ TSM – Ticket Support Management System

A Django-based ticketing system for creating, assigning, updating, and resolving support tickets.
Designed with a responsive UI using Tailwind and optimized database operations.


πŸ› οΈ Setup Instructions

git clone https://github.com/Mohan3C/Technical_support_management.git
cd Technical_support_management

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

πŸš€ Features

User Features

  • Create support tickets
  • View ticket status and progress
  • Track updates in real time

Agent Features

  • Assign tickets
  • Update ticket status (In-Progress, Resolved, etc.)
  • Add comments or notes
  • Manage ticket workflows

System Features

  • Real-time status updates
  • Responsive Tailwind UI
  • Clean and fast database queries
  • Role-based functionality

🧩 Tech Stack

  • Backend: Django, Python
  • Frontend: HTML, CSS, Tailwind
  • Database: SQLite / PostgreSQL
  • Tools: Git, GitHub

πŸ“‚ Project Structure

tsm/
β”œβ”€β”€ media
|    β”œβ”€β”€ comment_attachments/
|    └── ticket_attachments/
|
β”œβ”€β”€ support
|    |     
|    β”œβ”€β”€ migrations/
|    β”œβ”€β”€ static/
|    β”œβ”€β”€ templates/
|    β”œβ”€β”€ templatetages/
|    └── # project .py files
|
β”œβ”€β”€ tsm/# project config
└── manage.py


πŸ“œ License

This project is for educational and portfolio use.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors