Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/giorgi94/django-media-pil
- Owner: giorgi94
- Created: 2018-11-24T11:10:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T15:02:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T06:38:47.636Z (3 months ago)
- Topics: django, pillow
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```