Skip to main content

Django Dynamic Image

Description

A django ImageField whose upload_to value is generated from a model method.

Installation

pip install django-dynamic-image

Usage

from django.db import models
from dynamic_image.fields import DynamicImageField

class ExampleModel(models.Model):
    name = models.CharField(max_length=56)
    image = DynamicImageField()

    def get_upload_to(self, field_name):
        class_name = self.__class__.__name__.lower()
        instance_name = self.name
        return "{}/{}".format(class_name, instance_name)

Release files for django-dynamic-image 1.3.2

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-dynamic-image 1.3.2
File Size Uploaded
django-dynamic-image-1.3.2.tar.gz 4.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-dynamic-image 1.3.2
File Interpreter ABI Platform
django_dynamic_image-1.3.2-py3-none-any.whl Python 3 none any Details

Total release size: 11.6 kB

Release files / django-dynamic-image-1.3.2.tar.gz

Download URL django-dynamic-image-1.3.2.tar.gz
Size 4.9 kB
Tags Source
SHA-256 checksum
How to use checksums
f8826fdaeee2f0375013ea9703e0f5aa45e1c59dec08478f4f9e992ce8b09788
BLAKE2b-256 checksum
How to use checksums
79fa4357fdc15634de856d811a700982e8041267751ad3d10631da732fb389ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

Release files / django_dynamic_image-1.3.2-py3-none-any.whl

Download URL django_dynamic_image-1.3.2-py3-none-any.whl
Size 6.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
dcbf985a93aa4a72ae7ab0a412b9a5325c1774254303e6585cee833aabff0a88
BLAKE2b-256 checksum
How to use checksums
a114b6610c2a6314e75190188440a26fa63b4a768718f5f322375acca69dfe13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

Release history Release notifications | RSS feed

1.4.0

2 release files

1.3.3

2 release files

This release

1.3.2 This release

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.0

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.0

2 release files

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