You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djangofi...@googlegroups.com
Hello all,
Is there any easy hack to set different version settings for a specific model?
For example: I need a model "Portolio" to have 3 different image sizes, but I just need one size for the model "Clients".
Thanks!
patrick kranzlmueller
unread,
Dec 16, 2012, 3:58:45 AM12/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djangofi...@googlegroups.com
Hi,
Versions are not tied to models. They are generated with templatetags.
Therefore, just use the 3 image sizes with your portfolio template and
the one size with your clients template.