tags:

views:

25

answers:

0

Hello. I am trying to synchronize flickr with django. I am using django-syncr app. But i stacked in somewhere.

Database syncdb is ok. But how do we sync the images? Where do we write below code.

from syncr.app.flickr import FlickrSyncr
f = FlickrSyncr(API_KEY, API_SECRET)

f.syncRecentPhotos('username', days=7)
f.syncPublicFavorites('username')

http://code.google.com/p/django-syncr/