An open API service indexing awesome lists of open source software.

https://github.com/christianwgd/django-bootstrap-icons-sample

A sample django app for the django-bootstrap-icons package
https://github.com/christianwgd/django-bootstrap-icons-sample

bootstrap bootstrap-icons django material-design-icons svg-icons templatetags

Last synced: about 1 month ago
JSON representation

A sample django app for the django-bootstrap-icons package

Awesome Lists containing this project

README

          

# Example project for django-bootstrap-icons

This is an example for the usage of the [django-bootstrap-icons](https://github.com/christianwgd/django-bootstrap-icons) package.

## Instructions

To run the example:

```bash
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.