ADR-projects /
Library-Management-System
A Library Management system built during a Training Program with Django.
Loading repository data…
hdaojin / repository
Training Management System (TMS) is a web application that helps organizations manage their competition training programs. It is built using Django, Tailwind CSS, DaisyUI, iconify, HTMX, and more.
Training Management System (TMS) is a web application that helps organizations manage their competition training programs.
It is built using Django, Tailwind CSS, DaisyUI, HTMX, and more.
And more features to come.
git clone git@github.com:hdaojin/tms.git
cd tms
uv sync
npm install tailwindcss @tailwindcss/cli
npm install -D daisyui@latest
npm install -D @tailwindcss/typography
cd tmsproject
cp .env.example .env
uv run manage.py migrate
uv run manage.py createsuperuser
# In the tmsproject directory
npx @tailwindcss/cli -i static/css/input.css -o static/css/output.css --watch
# In the tmsproject directory
uv run manage.py runserver
http://127.0.0.1:8000/
Selected from shared topics, language and repository description—not editorial ratings.
ADR-projects /
A Library Management system built during a Training Program with Django.
nosiphokhumalo /
Data management system for Infinity Culinary Training
Anandk15 /
Sales Management System | Python, Django, MySQL, HTML, CSS, JavaScript An admin-based DBMS project for managing course-registered student records at a training institute. **Admin Mode:** Register new staff, create, edit, display, and delete students. **Staff Mode:** Staff can log in, create, edit, and display students.
thakur9372 /
This project is a comprehensive full-stack Gym Management System developed using Django (Python) for the backend and HTML,CSS for the frontend, with MySQL as the database. It is designed to streamline and digitize various aspects of gym operations, enhancing the experience for both gym administrators and members.