Skip to main content

Django image uploader and cropping tool

Project description

django-cropduster is a project that makes a form field available that uses the Jcrop jQuery plugin. It is a drop-in replacement for django’s ImageField and allows users to generate multiple crops from images, using predefined sizes and aspect ratios. django-cropduster was created by developers at The Atlantic. It is compatible with python 2.7 and 3.4, and Django versions 1.4 - 1.8.

Installation

The recommended way to install django-cropduster is from PyPI:

pip install django-cropduster

Alternatively, one can install a development copy of django-cropduster from source:

pip install -e git+git://github.com/theatlantic/django-cropduster.git#egg=django-cropduster

If the source is already checked out, use setuptools:

python setup.py develop

Configuration

To enable django-cropduster, "cropduster" must be added to INSTALLED_APPS in settings.py and you must include cropduster.urls in your django urlpatterns.

# settings.py

INSTALLED_APPS = (
    # ...
    'cropduster',
)

# urls.py

urlpatterns = patterns('',
    # ...
    url(r'^cropduster/', include('cropduster.urls')),
)

License

The django code is licensed under the Simplified BSD License. View the LICENSE file under the root directory for complete license and copyright information.

The Jcrop jQuery library included is used under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cropduster-4.12.5.tar.gz (782.0 kB view details)

Uploaded Source

Built Distribution

django_cropduster-4.12.5-py2.py3-none-any.whl (814.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-cropduster-4.12.5.tar.gz.

File metadata

  • Download URL: django-cropduster-4.12.5.tar.gz
  • Upload date:
  • Size: 782.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for django-cropduster-4.12.5.tar.gz
Algorithm Hash digest
SHA256 f9a37a819abb9b73879864cf4828b1d71363728f1b8417517283aaa6479f7c24
MD5 2e5a4d4145632969a835087f469a4202
BLAKE2b-256 d71782208f3e18928fe6cfd7d5c2162d2e1c6099bb2a2ae79140ba3e4b079ae8

See more details on using hashes here.

File details

Details for the file django_cropduster-4.12.5-py2.py3-none-any.whl.

File metadata

  • Download URL: django_cropduster-4.12.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 814.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for django_cropduster-4.12.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 17ab7fba97012a2e4aed39441c1ee1040a5f5b0a55fbc1351e28e2d2a12a9c7b
MD5 3505aec33cfce7de3175df8af1112857
BLAKE2b-256 e5add24e7756cd640487aec6bd18a62e1ab999aec28bc86cde7daa569623a621

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page