# Django-School-Management-System **Repository Path**: cgai/Django-School-Management-System ## Basic Information - **Project Name**: Django-School-Management-System - **Description**: Django登录Demo - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-09 - **Last Updated**: 2022-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Django-School-Management-System 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. Solely, it's expected to be used on a single machine or online for managers only. ## Demo Visit https://django-school-app.herokuapp.com/ for a live demo. The demo is updated whenever the demo branch code is updated. ## Usage It's best to install Python projects in a Virtual Enviroment. Once you have set up a VE, clone this project ```bash git clone https://github.com/adigunsherif/Django-School-Management-System.git ``` Then ```bash cd Django-School-Management-System ``` Run ```python pip install -r requirements.txt #install required packages python manange.py migrate # run first migration python manange.py runserver # run the server ``` Then locate http://172.0.0.1:8000 ## Admin Login When you run migrate, a superuser is created. ```bash username: admin password: admin123 ``` ## Roadmap To build a fully fledge open source school management for administrative use only. ## Contributing 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. ## License [MIT](https://choosealicense.com/licenses/mit/) ## Actively under development