https://github.com/adamcharnock/django-image
Simple pluggable framework for displaying images in Django
https://github.com/adamcharnock/django-image
Last synced: about 2 months ago
JSON representation
Simple pluggable framework for displaying images in Django
- Host: GitHub
- URL: https://github.com/adamcharnock/django-image
- Owner: adamcharnock
- License: mit
- Created: 2015-07-09T17:18:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T17:58:00.000Z (almost 10 years ago)
- Last Synced: 2025-03-16T14:37:34.150Z (2 months ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
django-image
=============This readme has been autogenerated
.. image:: https://img.shields.io/pypi/v/django-image.svg
:target: https://pypi.python.org/pypi/django-image/.. image:: https://img.shields.io/pypi/dm/django-image.svg
:target: https://pypi.python.org/pypi/django-image/.. image:: https://img.shields.io/github/license/adamcharnock/django-image.svg
:target: https://pypi.python.org/pypi/django-image/.. image:: https://img.shields.io/travis/adamcharnock/django-image.svg
:target: https://travis-ci.org/adamcharnock/django-image/.. image:: https://coveralls.io/repos/adamcharnock/django-image/badge.svg?branch=master
:target: https://coveralls.io/r/adamcharnock/django-image?branch=masterInstallation
------------Installation using pip::
pip install django-image
Usage
-----*Usage instructions here*
Testing
-------Run tests using::
python example/manage.py test
Credits
-------*Any credits here*
django-image is packaged using seed_.
.. _seed: https://github.com/adamcharnock/seed/