A complete blog system with admin panel and public-facing interface, built with Django and PostgreSQL. django-blog-system/ ├── blog/ # Main app │ ├── templates/ # HTML templates │ ├── static/ # CSS/JS ...
A Django-based web application for managing hostel operations including students, rooms, fees, employees, visitor logs, attendance presence, and complaints. Hostel Management System/ └── ...