django-resized

Deletes old files
Download

django-resized Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Ilya Shalyapin
  • Publisher web site:
  • https://github.com/un1t/

django-resized Tags


django-resized Description

django-resized is a Django app that resizes image origin to specified size. Compatible with sorl-thumbnail.Installation pip install django-resizedUsagemodels.py from django_resized import ResizedImageField class MyModel(models.Model): ... image = ResizedImageField(max_width=500, max_height=300, upload_to='whatever')Product's homepage


django-resized Related Software