Skip to main content

Django Cloud Thumbnails is a Django app that provides a custom image cropping backend for django-image-cropping

Project description

Django Cloud Thumbnails

Django Cloud Thumbnails is a Django app that provides a custom image cropping backend for django-image-cropping.

It uses custom Django storage backend - django-cloud-storage.

Installation

  • Install this package using pip
pip install django-cloud-thumbnails
  • Add django_cloud_thumbnails to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
    ...,
    "django_cloud_thumbnails",
]
  • Set image cropping backend
IMAGE_CROPPING_BACKEND = 'django_cloud_thumbnails.backend.CloudThumbnailsBackend'
IMAGE_CROPPING_BACKEND_PARAMS = {}
  • Migrate your database
python manage.py migrate

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

django-cloud-thumbnails-1.1.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

django_cloud_thumbnails-1.1.3-py3-none-any.whl (6.8 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