Bootstrap Icons selector for Django Admin
Project description
Installation
pip install django-bsicon
- Add to INSTALLED_APPS:
INSTALLED_APPS = [
...
'bsicon',
]
- Use in your models:
from bsicon.fields import BsIconField
class MyModel(models.Model):
icon = BsIconField()
- Updating Icons (Optional) / Generate metadata
python scripts/update_icons.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_bsicon-0.1.0.tar.gz
(368.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
django_bsicon-0.1.0-py3-none-any.whl
(366.1 kB
view details)
File details
Details for the file django_bsicon-0.1.0.tar.gz.
File metadata
- Download URL: django_bsicon-0.1.0.tar.gz
- Upload date:
- Size: 368.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3800fa8da6ccf03f41fba8a095643ae735090fdaa407c8431c2c97fe0863e8
|
|
| MD5 |
dcd2904a285f85ca10d5c304c39c0021
|
|
| BLAKE2b-256 |
efc192286bb3fb77626cc00d7c7bbe450f6ffadd015d5d46faf8e6a1c1d03fe3
|
File details
Details for the file django_bsicon-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_bsicon-0.1.0-py3-none-any.whl
- Upload date:
- Size: 366.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a785e599e41b21ef187eaf257fa0040440222cbe015fd76ae53f902178239a92
|
|
| MD5 |
a7fc3db01131957e7c2bd203a8c2f1ef
|
|
| BLAKE2b-256 |
d280eea4b7247e530ecda65cb3b383b7fb41a62be358918ed5a2826b5b55279b
|