Hezeh / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.

Home Page:http://django-versatileimagefield.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-versatileimagefield

Travis CI Status Coverage Status Latest Version

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.

Click here for a quick overview of what it is, how it works and whether or not it's the right fit for your project.

Compatibility

  • Python:
    • 2.7
    • 3.4
    • 3.5
    • 3.6
    • 3.7

NOTE: The 1.2 release dropped support for Python 3.3.x.

  • Django:
    • 1.8.x
    • 1.9.x (NOTE: Django REST Framework>=3.1.x is required if using Django 1.9.x)
    • 1.10.x
    • 1.11.x
    • 2.0.x
    • 2.1.x

NOTE: Python 3.7 does not have support for Django 1.x.

NOTE: The 1.4 release dropped support for Django 1.5.x & 1.6.x.

NOTE: The 1.7 release dropped support for Django 1.7.x.

Documentation

Full documentation available at Read the Docs.

Code

django-versatileimagefield is hosted on github.

About

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.

http://django-versatileimagefield.readthedocs.io/

License:MIT License


Languages

Language:Python 95.6%Language:HTML 2.4%Language:JavaScript 1.4%Language:CSS 0.6%