This app is meant to be used by school manager to manage their school records:
- student data
- staff
- results and
- finances.
It currently doesn't allow students/staff to login.
Live demo available at: https://student-management-system-gfln.onrender.com
Note: The app may take a few seconds to wake up if it hasn't been accessed recently (Render free tier spins down after inactivity).
Install in a Virtual Environment. Once you have set up a VE, clone this project
git clone [email protected]:itx-nasir/Student-Management-System.git
Then
cd Django-School-Management-System
Run
pip install -r requirements.txt #install required packages
python manage.py migrate # run first migration
python manage.py runserver # run the server
Then locate http://172.0.0.1:8000
When you run migrate, a superuser is created.
username: admin
password: admin123
To build a fully fledged open source school management.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
isort .
black .
python manage.py test
Nasir Iqbal
This project is licensed under the MIT License - see the LICENSE file for details.