Search for Unsplash images and upload to Wagtail
Project description
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
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
wagtail-unsplash-0.4.0.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_unsplash-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680c1bacac894a6b43ba0a30f9e819326e522b2297fd0cbee09594855547f1f3 |
|
MD5 | 7e8e6e5377cf4bda8cac557846d8dd26 |
|
BLAKE2b-256 | d0a602e4720e8dd9d8f53bbaaa248735ffbf3a4cdfee6965555da4ef582f84f0 |