Wagtail Unsplash 
Search for Unsplash images and upload to the Wagtail image library.
This package uses the python-unsplash API wrapper:
Setup
Install using pip:
pip install wagtail-unsplash
After installing the package, add wagtail_unsplash to installed apps in your settings file:
# settings.py
INSTALLED_APPS = [
...
'wagtail_unsplash',
...
]
and add the API credentials:
# settings.py
WAGTAIL_UNSPLASH = {
"CLIENT_ID": "",
"CLIENT_SECRET": ""
}
You can get the needed information by creating an application at https://unsplash.com/developers
Release files for wagtail-unsplash 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wagtail_unsplash-1.1.0.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wagtail_unsplash-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.1 kB
Release files / wagtail_unsplash-1.1.0.tar.gz
| Download URL | wagtail_unsplash-1.1.0.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aefa05291979f3c6faa4243379f5e8fd3b95e9f4613761c19881f85b77c2e424
|
|
BLAKE2b-256 checksum How to use checksums |
1e2766f5697da6d77516416703c2cb5724fa808a9740d83d2413a70df106f742
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.1 CPython/3.10.0 Darwin/25.5.0
|
Release files / wagtail_unsplash-1.1.0-py3-none-any.whl
| Download URL | wagtail_unsplash-1.1.0-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3eb754382fda192146cbfa3650ceedd69b86253461a7de4936ef78aef43b41e4
|
|
BLAKE2b-256 checksum How to use checksums |
f9ac40c724bdf57818552b782bc2b292a73aaf153ebecd67aae60710ac69270a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.1 CPython/3.10.0 Darwin/25.5.0
|