Re: Additional Functionality to Admin Interface

2006-08-29 Thread chrisdo
Thanks, I'll try it at home, I don't have internet access for subversion here. --~--~-~--~~~---~--~~ 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

Re: Additional Functionality to Admin Interface

2006-08-29 Thread Kenneth Gonsalves
On 29-Aug-06, at 2:55 PM, chrisdo wrote: > I'm quite new to Django, and I couldn't find anything in the > documentation. > I want to develop a gallery system in Django, so if I add a new > picture, I'm uploading it (the field is a ImageField). you could use nesh's ImageWithThumbnail field: htt

Additional Functionality to Admin Interface

2006-08-29 Thread chrisdo
Hi there I'm quite new to Django, and I couldn't find anything in the documentation. I want to develop a gallery system in Django, so if I add a new picture, I'm uploading it (the field is a ImageField). But I don't want to set the height and witdh, I just want to upload the image file (in the o