Skip to main content
https://badge.fury.io/py/django-ajax-image-upload.svg https://travis-ci.org/idaproject/django-ajax-image-upload.svg?branch=master https://codecov.io/gh/idaproject/django-ajax-image-upload/branch/master/graph/badge.svg

Upload images via ajax.

Documentation

The full documentation is at https://django-ajax-image-upload.readthedocs.io.

Quickstart

Install Django Ajax Image Upload:

pip install django-ajax-image-upload

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'ajaximage',
    ...
)

Add Django Ajax Image Upload’s URL patterns:

from ajaximage import urls as ajaximage_urls


urlpatterns = [
    ...
    url(r'^', include(ajaximage_urls)),
    ...
]

Define your Image model: .. code-block:: python

from ajaximage.models import AbstractImage

class MyImage(AbstractImage):

# define additional fields here

class Meta:

Define generic tabular inline .. code-block::python

from ajaximage.admin import ImageInline

from .models import MyImage

class MyImageInline(ImageInline):

models = MyImage

Example usage of AjaxImageUploadMixin: .. code-block::python

models.py

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

History

0.4.0 (2018-01-28)

  • First release on PyPI.

Release files for django-ajax-image-upload 0.9.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-ajax-image-upload 0.9.4
File Size Uploaded
django-ajax-image-upload-0.9.4.tar.gz 17.2 kB Details

Release files / django-ajax-image-upload-0.9.4.tar.gz

Download URL django-ajax-image-upload-0.9.4.tar.gz
Size 17.2 kB
Tags Source
SHA-256 checksum
How to use checksums
6aea05c427c5b6bc5521bb3c3ec5439fd411343b71f89cb6eb55198be7b74eb8
BLAKE2b-256 checksum
How to use checksums
a837b634feeb022f18f3899b8a0df0a85520069ccad9f25afe4be1729d67988d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.6

Release history Release notifications | RSS feed

This release

0.9.4 This release

1 release file

0.9.3

1 release file

0.9.2

1 release file

0.9.1

1 release file

0.9.0

1 release file

0.8.4

1 release file

0.8.3

1 release file

0.8.2

2 release files

0.8.1

2 release files

0.8.0

2 release files

0.7.11

2 release files

0.7.10

2 release files

0.7.9

2 release files

0.7.8

2 release files

0.7.7

2 release files

0.7.6

2 release files

0.7.5

2 release files

0.7.4

2 release files

0.7.3

2 release files

0.7.2

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.2

1 release file

0.6.1

1 release file

0.6.0

1 release file

0.4.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page