Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 474 Bytes

Example project for django-bootstrap-icons

This is an example for the usage of the django-bootstrap-icons package.

Instructions

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.