Skip to main content

Use unsplash.com images in your Wagtail site

Project description

Wagtail Unsplash PyPI

Release Build status codecov Commit activity License

Screenshot showing wagtail-unsplash search results

Search for Unsplash images and upload to the Wagtail image library.

This package uses the python-unsplash API wrapper

Getting started

Install using pip:

pip install wagtail-unsplashed

After installing the package, add wagtail_unsplashed to installed apps in your settings file:

# settings.py

INSTALLED_APPS = [
    ...
    'wagtail_unsplashed',
    ...
]

and add the API credentials:

# settings.py
WAGTAIL_UNSPLASHED = {
    "CLIENT_ID": "",
    "CLIENT_SECRET": ""
}

You can get the needed information by creating an application at https://unsplash.com/developers

Getting started (development)

Pull the repo

git clone git@github.com:mintyPT/wagtail-unsplash.git

Set Up Your Development Environment

Then, install the environment and the pre-commit hooks with

make install

This will also generate your uv.lock file

Run the pre-commit hooks

Initially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:

uv run pre-commit run -a

After pushing

You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPI, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Releasing a new version

  • Create an API Token on PyPI.
  • Add the API Token to your projects secrets with the name PYPI_TOKEN by visiting this page.
  • Create a new release on Github.
  • Create a new tag in the form *.*.*.

For more details, see here.


Repository initiated with fpgmaas/cookiecutter-uv.

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_unsplashed-1.0.10.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wagtail_unsplashed-1.0.10-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file wagtail_unsplashed-1.0.10.tar.gz.

File metadata

  • Download URL: wagtail_unsplashed-1.0.10.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for wagtail_unsplashed-1.0.10.tar.gz
Algorithm Hash digest
SHA256 162782c729ec8df35c8e87916694de36fb85bd3cd146b978987771f083be04bc
MD5 af34746623e709a524e13ecc800ad93e
BLAKE2b-256 6d1c990bc92e5e07c71c7538b383bdd7a0d034d99fb57f31ee1e10ff69297922

See more details on using hashes here.

File details

Details for the file wagtail_unsplashed-1.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_unsplashed-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 157a43d194b198b6d63811dd682cc5aa3e1bab7a424a710dccdfa160b0d2fe37
MD5 fdfbd3de587853313fe37f5674479492
BLAKE2b-256 aa3cd94a6f5f0d299906e1ca95d34304b498230c463e753413ae2a281dd12164

See more details on using hashes here.

Supported by

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