Re: Flickr / Django

2007-08-01 Thread [EMAIL PROTECTED]
Nice. I think I will probably try to start with Jellyroll and just customize it to my needs but I'm having an issue getting it installed and functioning. I got everything setup I think but I am getting the following error when trying to do a 'syncdb': Error: Couldn't install apps, because there

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, an

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 Phot

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