Add Functionality to Admin Interface

2006-09-11 Thread chrisdo

Hi there

I wanted to write a nice CMS software with modules and all the stuff,
so I wanted to ask if it's possible to add functionality to the admin
interface, like uploading a zip and then unpacking the files to a
specified folder. Is this possible? Or do I have to write my own Fields?


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 original size) and then generate some thumbnails and
also save them.

How can I do this? I think that I have to call another function from
within the administration area when I create another Image


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---