Skip to main content

Deletes old files.

Project description

# django-resized

Resizes image origin to specified size.

## Requirements

## Installation

pip install django-resized

## Usage

models.py

from django_resized import ResizedImageField

class MyModel(models.Model):

… image = ResizedImageField(max_width=500, max_height=300, upload_to=’whatever’)

Project details


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