From dec3d30ecd2df442f778fac213e6cb4477c28637 Mon Sep 17 00:00:00 2001 From: Christian Wiegand Date: Wed, 29 Dec 2021 18:02:18 +0100 Subject: [PATCH] Add sample app and tests --- CHANGELOG.md | 10 ++++++++++ MANIFEST.in | 5 ++++- README.md | 18 +++++++++++++++++- django_bootstrap_icons_sample/settings.py | 5 ----- 4 files changed, 31 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd4fa6..9472d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## 0.7.5 + +## Changed +- Include sample app in repository +- Added basic tests +- Moved release information to CHANGELOG.md + +### Fixed +- Replace blanks in cache file names with underscores + ## 0.7.4 ### Updated diff --git a/MANIFEST.in b/MANIFEST.in index f6dfdfe..c7012af 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,7 @@ include LICENSE include README.md recursive-include django_bootstrap_icons/static * -recursive-exclude django_bootstrap_icons_sample \ No newline at end of file +exclude manage.py +exclude CHANGELOG.md +exclude sample-app-result.png +recursive-exclude django_bootstrap_icons_sample diff --git a/README.md b/README.md index 892398e..56e8955 100644 --- a/README.md +++ b/README.md @@ -214,4 +214,20 @@ This project is licensed under the MIT License - see the * Thanks to [Material Design Icons](https://google.github.io/material-design-icons/)! ## Releases -- see CHANGELOG.md \ No newline at end of file +- see CHANGELOG.md + +## Run the sample app +``` +git clone https://github.com/christianwgd/django-bootstrap-icons.git +cd django-bootstrap-icons +\ ' BS_ICONS_CUSTOM_PATH = 'custom-icons' - -BS_ICONS_BASE_URL = 'https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/' - -