This is a Student Information Management System built using Django 4, HTML 5, CSS 3, and Bootstrap 5.
A Project by Prokash Maitra, Meraj Al Maksud and Arafat Alam
Install the following prerequisites:
From the root directory run:
python -m venv venv
From the root directory run:
On Linux/macOS:
source venv/bin/activate
On Windows:
venv\scripts\activate
From the root directory run:
pip install -r requirements.txt
From the root directory run:
python manage.py makemigrations
python manage.py migrate
From the root directory run:
python manage.py createsuperuser
When prompted, enter a username, email, and password.
From the root directory run:
python manage.py runserver
Go to http://127.0.0.1:8000/ to view the application.
Copyright © 2023 Prokash Meraj Arafat