Skip to content

LaLogiaDePython/django-preview-image-widget

Repository files navigation

Django Preview Image Widget

A very simple ImageField preview widget

status-image coverage-image

An application for displaying the image preview of an ImageField in a DjangoForm using html, javascript and css

Features:

  • Tested support to Python 2.7, 3.4, 3.5, 3.6
  • Tested support to Django 1.8.18, 1.9.13, 1.10.7, 1.11
  • No database
  • Support Timezone with english and spanish languages

Installation:

You can install it with one of these options:

  • easy_install django-preview-image-widget
  • pip install django-preview-image-widget
  • git clone https://github.com/RADYConsultores/django-preview-image-widget
    1. cd django-preview-image-widget
    2. run python setup.py
  • wget https://github.com/RADYConsultores/django-preview-image-widget/zipball/master
    1. unzip the downloaded file
    2. cd into django-preview-image-widget-* directory
    3. run python setup.py

Usage:

[IN PROGRESS]

Running the tests:

To run the tests against configured environments:

  1. Install tox
  2. Run tox

Dependencies:

Bootstrap 3+

License:

Released under a (MIT) license.

Author and mantainers:

Milton Lenis - miltonln04@gmail.com

Juan Diego García - juandgoc@gmail.com

Mantained by:

rady-logo

About

An ImageField preview widget application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published