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')