This is a student management system built using Django 4, HTML 5, CSS 3, and Bootstrap 5 with a Bootswatch theme.
Install the following prerequisites:
- Python 3.8-3.11
This project uses Django v4.2.4. For Django to work, you must have a correct Python version installed on your machine. More information here. - Visual Studio Code
From the root directory run:
python -m venv venv
From the root directory run:
On 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 © 2022 Bob's Programming Academy. Code released under the MIT license.