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
- Host: GitHub
- URL: https://github.com/christianwgd/django-bootstrap-icons-sample
- Owner: christianwgd
- Created: 2021-04-16T11:44:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T07:44:00.000Z (about 5 years ago)
- Last Synced: 2025-03-07T19:33:57.918Z (over 1 year ago)
- Topics: bootstrap, bootstrap-icons, django, material-design-icons, svg-icons, templatetags
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.