Add alt text to images
Project description
Generic alt text model associated to files by their path.
Install
Install via pip: pip install django-alttext.
Add alttext to your INSTALLED_APPS.
Run migrations.
Optionally follow the integration instructions that apply to your case.
Usage
Using one of the supported integrations staff users will be able to add alt text for images in the admin interface. The app stores a list of alt texts by their associated image path.
In your templates, you can now access the alt text for any file using the alttext filter:
{% load alttext_tags %}
<img src="{{ mymodel.imagefield }}" alt="{{ mymodel.imagefield|alttext }}" >
Mezzanine integration
If you’re using Mezzanine and filebrowser-safe, add alttext.mezzanine to your INSTALLED_APPS before mezzanine.boot to enable alt-text links in the admin. A link to “Edit alt text” will appear next to each FileField in Add and Change forms.
Configuration
Enable the admin list view to manage all AltText instances: settings.ALTTEXT_ADMIN_DISPLAY = True.
Contributing
Review contribution guidelines at CONTRIBUTING.md.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-alttext-1.1.2.tar.gz
.
File metadata
- Download URL: django-alttext-1.1.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35a5149afe53ba3e20d1ef5dd71fb4d6153fff6824243e4cadc4ea5f640aec95 |
|
MD5 | 2f1a94b8fc4157d2ffb5c643b8af241d |
|
BLAKE2b-256 | cc03a42cae4cfeab90d17630d5d6ba3742b7e69d10097e15336ae157c702f637 |
File details
Details for the file django_alttext-1.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_alttext-1.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8edde7b7b2e42b6a3c232480d084395f6b2a7e5da97a50f51d6b175d27fb4e4f |
|
MD5 | fd0a410d3ef97ae036a63bb55fa7a099 |
|
BLAKE2b-256 | 2625b33f083e5eb2ad975c335837c9688fe1ef54d106b8c1bcc42ae1bbc7ecc6 |