Make web page screen shots using the url2png service.
Project description
Install it with pip:
pip install django-url2png
Configure settings: API_KEY, SECRET_KEY
Optionally set optional defaults for the filter, especially THUMBNAIL_MAX_WIDTH
Use it in a template:
{% load url2png_tags %} <img src="{{ url|url2png:400 }}" width="400" height="{% get_height 400 %}"/>
This uses the configured THUMBNAIL_MAX_WIDTH, which is set to 300:
{% load url2png_tags %} <img src="{{ url|url2png }}" width="300" height="{% get_height %}"/>
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
django-url2png-0.3.tar.gz
(538.2 kB
view details)
File details
Details for the file django-url2png-0.3.tar.gz
.
File metadata
- Download URL: django-url2png-0.3.tar.gz
- Upload date:
- Size: 538.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4859d5f7de2db70c98522bd68d3dc1e13fba43693e6824a36d6b200961450e7e |
|
MD5 | cb96c525442bc498bb4486e5eeedecdf |
|
BLAKE2b-256 | 7628497902faa285db7b8c08843591604d56af46b379ad1ae16ca58961ad3770 |