Django is the new trend for web development in town now. Through this repository I have been sharing everything for a full functioning web app using djnago.
From APIS, GUI designing, Mathematical and Scientific calculations, Ai bot integration, Machine Learning Integration and many else.
This is web based application that caters the need of storing, managing and retrieve school data. i.e Managing staff, students and other workers records
- Clone This Project
git clone https://github.com/MGASALUCAS/django-school-management-system.git
- Go To Project Directory
cd django_school_management_system
- Create a Virtual Environment
python -m venv venv
- Activate Virtual Environment
source venv/bin/activate
- Install Requirements Package
pip install -r requirements.txt
- Migrate Database
python manage.py migrate
- Create Super User
python manage.py createsuperuser
- Finally Run The Project
python manage.py runserver