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

Uploaded Python 3

File details

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

File metadata

  • Download URL: wagtail_unsplashed-1.0.11.tar.gz
  • Upload date:
  • Size: 9.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.11.tar.gz
Algorithm Hash digest
SHA256 5d816774e97298de83ba351c082321bfde22e053020c787e2e696994e135f7a9
MD5 356ffd655da6b93c26e5f55524035513
BLAKE2b-256 d9eb71275c8e7d5e430c203e878e3d6f142f9f88804309b1347d64fa7ae64ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wagtail_unsplashed-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 85d9babf765621924b13ac1cf38a8b5e2fdc9c4b23ffc149143f162458b2fd65
MD5 59e2128ba4ee43b147cd354928d56656
BLAKE2b-256 3aa206468131becf50bce9225c88472a52011b1d17b45ed329d8b98a7464f6cf

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