Re: iphone to website

2009-10-10 Thread Shawn Milochik


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



Re: iphone to website

2009-10-09 Thread Shawn Milochik


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



Re: iphone to website

2009-10-08 Thread Christophe Pettus


> I'm looking at how to send information from the iphone to a django-
> website.

iPhone applications can generate web requests, so you can just  
generate an HTTP(S) request to your web site, and do whatever you want.

--
-- Christophe Pettus
x...@thebuild.com


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



Re: iphone to website

2009-10-08 Thread grant neale

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

Grant

On Oct 8, 2009, at 2:39 PM, Chris Withers wrote:

>
> grant neale wrote:
>> Does anyone have a hint on where I should start, re: making the
>> website ready to receive this information?
>
> Doesn't the iPhone have a web browser?
>
> Chris
>
> --  
> Simplistix - Content Management, Batch Processing & Python Consulting
>- http://www.simplistix.co.uk
>
> >


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



Re: iphone to website

2009-10-08 Thread Chris Withers

grant neale wrote:
> Does anyone have a hint on where I should start, re: making the  
> website ready to receive this information?

Doesn't the iPhone have a web browser?

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk

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



iphone to website

2009-10-08 Thread grant neale

Hi,

I'm looking at how to send information from the iphone to a django- 
website.
Via email or via an app(like the one that wordpress uses) or by an app  
that I will build.

Does anyone have a hint on where I should start, re: making the  
website ready to receive this information?

Thanks

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