Hi all. After a lot of pondering and reading around, I am somewhat stuck with this problem. I have a model that requires the creation of both an image and an initial thumbnail. The thumbnail needs user intervention as some images will require different approaches to get the best result.
My aim was to create a default thumbnail and allow the user to edit it later. I have found some AJAX code written for Django that allows the user to drag around a box shape over the top of an image and create the required co-ordinates for thumbnails. Now, I have manged to create a custom admin view, complete with a customform and widget to do this. However, getting this back into the model proved tricky. It seems that one can have the parent class in the admin site, and have a set of subclasses as inlines. Added an inline to the default admin seems a create idea. However, the default settings for the inline dont include my fancy ajax. I need to get this included. Istarted looking at the form and formset variables within the admin form documentation. However, I came across this bug: http://code.djangoproject.com/ticket/8071 This seems to limit inline overriding. Is there any other way to attempt this? Does anyone have any suggestions? Cheers :) Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---