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-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

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.4.tar.gz (4.2 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.4-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wagtail_unsplashed-1.0.4.tar.gz
  • Upload date:
  • Size: 4.2 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.4.tar.gz
Algorithm Hash digest
SHA256 9756a63de03f81fd672da2c4f78b19a846b2285dde56ad3bb7afa408b1605c70
MD5 fa9728241324b90a7a9b416ad10d7cbc
BLAKE2b-256 0734b526a1390359591bbbe6c9c5b1d8819b51308d8cba09a0b46a086c2ead7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wagtail_unsplashed-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1c0a2aef09767e39dbd9d26664be9c24e4302942fd1cc2ddfd3c9c41f529f215
MD5 72553bdbb540cb477f02c60cd48c61d2
BLAKE2b-256 b817c990550caa1ef05905d32261707c519581d6dc6845be6c15df84fde2d0d8

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