On Oct 8, 2009, at 9:33 AM, grant neale wrote:

>
> Well 1 problem I was thinking about was uploading photos.
> Any suggestion.
>
> Grant


While it's not Django-specific, it's easy to write a Python script  
that monitors an e-mail address and downloads and stores the  
attachments. You could schedule this (maybe with cron) and your script  
could import your Django model and update the database with the info  
on the new files.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to