This is a student management system built using Django 4, HTML 5, CSS 3, and Bootstrap 5 with a Bootswatch theme.
- Prerequisites
- Installation
- Run the application
- Run the tests
- View the application
- Copyright and License
Install the following prerequisites:
- Python 3.8-3.11
This project uses Django v4.2.4. For Django to work, you must install a correct version of Python on your machine. More information here. - Visual Studio Code
From the root directory, run:
python -m venv venvFrom the root directory, run:
On macOS:
source venv/bin/activateOn Windows:
venv\scripts\activateFrom the root directory, run:
pip install -r requirements.txtFrom the root directory, run:
python manage.py makemigrationspython manage.py migrateFrom the root directory, run:
python manage.py createsuperuserWhen prompted, enter a username, email, and password.
From the root directory, run:
python manage.py runserverFrom the root directory, run:
python manage.py test --pattern="tests.py"
Go to http://127.0.0.1:8000/ to view the application.
Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.
