Django Super SVGs
Django super svgs is a tool for render svg templates using Django templatetags.
Installation
via pip:
pip install django-super-svgs
or poetry:
poetry add django-super-svgs
Configuration
Add django_super_svgs after django apps in INSTALLED_APPS on settings.py:
INSTALLED_APPS = (
...
'django_super_svgs',
)
Usage
By default django-super-svgs provides these svgs:
Load the tag super_svgs in your html file, then use svg followed by svg type [ bootstrap, dripicons, hero_outline, hero_solid ] and svg name:
{% load super_svgs %}
{% svg hero_outline check_circle %}
Documentation
You can find the documentation here
Release files for django-super-svgs 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_super_svgs-0.3.2.tar.gz | 1.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_super_svgs-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.7 MB
Release files / django_super_svgs-0.3.2.tar.gz
| Download URL | django_super_svgs-0.3.2.tar.gz |
|---|---|
| Size | 1.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92b0200ae0190987f037bbed03c9d6e908f490b862eea5c937c728b088276d6f
|
|
BLAKE2b-256 checksum How to use checksums |
7d40fb699a87b9ef76c4da71a0b196f66c649b49de3b9006cf0411ee97cd8410
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.13.1 Linux/6.12.7-arch1-1
|
Release files / django_super_svgs-0.3.2-py3-none-any.whl
| Download URL | django_super_svgs-0.3.2-py3-none-any.whl |
|---|---|
| Size | 1.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f817cbb0be276b61521edf58927aec76f06bf2d6f49d08ae88309bda57769139
|
|
BLAKE2b-256 checksum How to use checksums |
7821310a8bff0a7ebd518d408c3cfacf71f60fa171587192abff64675903ec7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.13.1 Linux/6.12.7-arch1-1
|