Image uploader and cropping tool
Project description
django-cropduster
=================
**django-cropduster** is a project that makes available a form field available that
use the [Jcrop jQuery plugin](https://github.com/tapmodo/Jcrop). 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](http://www.theatlantic.com/).
* [Installation](#installation)
* [Configuration](#configuration)
* [License](#license)
Installation
------------
The recommended way to install with pip 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 adding `cropduster.urls` to your django urls.
```python
# 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](http://opensource.org/licenses/BSD-2-Clause). 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](https://github.com/tapmodo/Jcrop/blob/master/MIT-LICENSE.txt).
=================
**django-cropduster** is a project that makes available a form field available that
use the [Jcrop jQuery plugin](https://github.com/tapmodo/Jcrop). 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](http://www.theatlantic.com/).
* [Installation](#installation)
* [Configuration](#configuration)
* [License](#license)
Installation
------------
The recommended way to install with pip 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 adding `cropduster.urls` to your django urls.
```python
# 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](http://opensource.org/licenses/BSD-2-Clause). 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](https://github.com/tapmodo/Jcrop/blob/master/MIT-LICENSE.txt).
Project details
Release history Release notifications | RSS feed
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.5.4.tar.gz
(132.3 kB
view details)
File details
Details for the file django-cropduster-4.5.4.tar.gz
.
File metadata
- Download URL: django-cropduster-4.5.4.tar.gz
- Upload date:
- Size: 132.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | faed9fe6893916c33a20555d617e09f0710a7533fde6c25455789c978f2dba4d |
|
MD5 | c69ed17345a200147e757e8eee43b48c |
|
BLAKE2b-256 | 42fd7899dd5ee866f779256ca8a6217a55ef602ee3427994b5c1fcb483ec0d24 |