Skip to main content

Search for Unsplash images and upload to Wagtail

Project description

Wagtail Unsplash

Search for Unsplash images and upload to Wagtail

This uses the python-unsplash API wrapper: https://github.com/yakupadakli/python-unsplash

Install with pip install wagtail-unsplash

Add the following settings to your django settings file:

INSTALLED_APPS = [
    ...
    'wagtail_unsplash',
    ...
]

...

WAGTAIL_UNSPLASH = {
    "CLIENT_ID": "",
    "CLIENT_SECRET": "",
    "REDIRECT_URI": "",
    "CODE": "",
}

You can get the needed information by creating an application here: 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.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

wagtail_unsplash-0.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page