School Management System

Jan 2, 2022 · 1 min read
Demo

🔬 Project Overview

The project has the following features:

  • User authentication (admin, teachers, parents)
  • CRUD for Students, Teachers, Classes, Subjects
  • Attendance tracking & reports
  • Announcements & news articles with images
  • Result management & transcripts

⚙️ Technical Details

  • Python 3.10+
  • pip (or pipenv / poetry)
  • Git
  • PostgreSQL (or any other RDBMS supported by Django)
  • (For production) Gunicorn, Nginx

(For full source code, pin configurations, and implementation details, please view the GitHub repository using the button above).