Re: Flickr / Django

2007-07-31 Thread James Bennett
On 7/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Your model and sync script looks exactly like what I was starting to > write!! Heck yeah! There's also an open-source app which aims to genericize the function of periodically pulling in some form of external content to your database,

Re: Flickr / Django

2007-07-31 Thread [EMAIL PROTECTED]
Bret, Your model and sync script looks exactly like what I was starting to write!! Heck yeah! Anyway, I have everything set up but I keep getting this error and I'm not 100% sure why Traceback (most recent call last): File "flickr/flickrupdate.py", line 7, in from models import

Re: Flickr / Django

2007-06-29 Thread [EMAIL PROTECTED]
Here's a model and syncronization script I wrote: http://www.djangosnippets.org/snippets/299/ BW On May 25, 3:14 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to write a view that displays a selection from someFlickr > groups on a page. > > I'm unsure where to

Flickr / Django

2007-05-25 Thread [EMAIL PROTECTED]
Hi everyone, I'm trying to write a view that displays a selection from some Flickr groups on a page. I'm unsure where to begin... I've read this: http://code.djangoproject.com/wiki/FlickrIntegration But unsure whether to use FlickrClient or FlickrApi http://beej.us/flickr/flickrapi/