Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giorgi94/django-media-pil

This package provides some custom image field and widgets for admin to simplify image manipulations.
https://github.com/giorgi94/django-media-pil

django pillow

Last synced: about 2 months ago
JSON representation

This package provides some custom image field and widgets for admin to simplify image manipulations.

Awesome Lists containing this project

README

        

# DjangoMediaPil

1. What it does
3. Installation

## What it does
Privieds custom widget and field to handle image in django.

## Installation

To install the package by `pip` run following command

```sh
pip install django-media-pil
```

or

```sh
$ pip install git+https://github.com/giorgi94/django-media-pil
```