This is an example for the usage of the django-bootstrap-icons package.
To run the example:
git clone https://github.com/christianwgd/django-bootstrap-icons-sample.git
cd django-bootstrap-icons-sample
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Server should be live at http://127.0.0.1:8000/ now.