Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

Django-repo for getting started with everything related to Python-web-development.

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

Getting started.

  1. Clone This Project git clone https://github.com/MGASALUCAS/django-school-management-system.git
  2. Go To Project Directory cd django_school_management_system
  3. Create a Virtual Environment python -m venv venv
  4. Activate Virtual Environment source venv/bin/activate
  5. Install Requirements Package pip install -r requirements.txt
  6. Migrate Database python manage.py migrate
  7. Create Super User python manage.py createsuperuser
  8. Finally Run The Project python manage.py runserver

THE WORK IN PROGRESS: