django-loupe is a simple image/screenshot review application to add to your django project to allow collaborative discussions about about a projects design processes.
Installation:
Put loupe to your INSTALLED_APPS in your settings.py within your django project.
Add the following to your settings.py or local_settings.py and adjust it to your liking
LOUPE_RESIZE_THUMB_WIDTH = 100 # Width in pixels of the thumbnail LOUPE_RESIZE_THUMB_HEIGHT = 75 # Height in pixels of the thumbnail LOUPE_RESIZE_THUMB_CROP = True # Crop thubmnails? True or False LOUPE_RESIZE_DISPLAY_WIDTH = 800 # Width in pixels of the display size (not full size image) LOUPE_PRE_CACHE_IMAGES = True # Pre-cache images on upload? True or False LOUPE_INCREMENT_COUNT = True # Increment the view count on images? True or False
Features:
Roadmap:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-loupe-0.1.0.tar.gz.
File metadata
- Download URL: django-loupe-0.1.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b05b19458d5098023701759c8b0c4d5a0256e354a9e6f9a07762a635bda37e2
|
|
| MD5 |
079c7e8e94469c1b8d5c02b31eb6c2dd
|
|
| BLAKE2b-256 |
fc4c07baeda26fb28129059ab2cc28635a24b1e04243dd9264554d5e9f78f14e
|