Django reusable image model for vendor/shop images
Project description
django-vendor-images
A reusable Django app for handling vendor/shop images.
Features
- Upload and manage vendor images (logos, banners, etc.)
- Automatically organize images by vendor and date
- Easy integration with Django projects
- Supports image resizing and optimization using Pillow
Installation
pip install django-vendor-images
Add "vendor_images" to your INSTALLED_APPS in settings.py.
INSTALLED_APPS = [
...
'vendor_images',
]
Run migrations:
python manage.py migrate vendor_images
Use the models and utilities to handle vendor images in your project.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_vendor_images-0.1.0.tar.gz.
File metadata
- Download URL: django_vendor_images-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04bc9b28c162e37a092d3f09214082ab738139548a711e5a7a6f9a68325ebad6
|
|
| MD5 |
c30bf78cb749dd5171a52c885c41d94b
|
|
| BLAKE2b-256 |
75813f1525fdcc12fd6c1d40f2009aedb5aef89b96331a4598dd8901299b30d8
|
File details
Details for the file django_vendor_images-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_vendor_images-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaea84cfb95ac0adadd0909b5ad646aaf4d6556459f234dd49df48a94b2dd4f5
|
|
| MD5 |
588c2f76f2f99c583c75718cadc8c3ba
|
|
| BLAKE2b-256 |
d27e6eac6be6cffd5fb7e2e0d198cd9eda36a8c8e8fc327b84060aeba379a996
|