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.1.tar.gz
(368.2 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.1-py3-none-any.whl
(366.1 kB
view details)
File details
Details for the file django_bsicon-0.1.1.tar.gz.
File metadata
- Download URL: django_bsicon-0.1.1.tar.gz
- Upload date:
- Size: 368.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9c023eefcad6f9bd46ffe32c863c7fcee8c82e2b42d8054fa3e55afbdbfff07
|
|
| MD5 |
fb36ccf64f20137c3359de34accf2378
|
|
| BLAKE2b-256 |
777ce7465e533eda85b8527656ef88f36e2726d96409ccb96915a9db724dfdd7
|
File details
Details for the file django_bsicon-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_bsicon-0.1.1-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 |
5927f441c34eb91f83c31d73d54e6bf36186749ebab394a4cb280e5d28e0833d
|
|
| MD5 |
9b5a8d2c80c6e82cfa441fb49a74c1a2
|
|
| BLAKE2b-256 |
1d535763239efb886ee7b7139b97f96019d65bcaad06b54dc16cd294b208f7bd
|