Tagged Questions
0
votes
1answer
79 views
django-Imagekit adding custom watermarks
How would i go about adding custom watermarks to pictures using imagekit .. or maybe some other package? In my django admin i need to have a choice of several watermarks that can be applied on ...
0
votes
2answers
310 views
Display thumbnails in an object list using Django and django-imagekit
How do I display thumbnails for my item list....also is it possible to display just a specific thumbnail or a random thumbnail? So far I have this in my template:
{% for p in item.images.all %}
...