Client-side app for instagram stream.
INSTAGRAM_APP_ID
— App ID. Default 1.INSTAGRAM_STREAM_CACHING_BACKEND
— Caching backend forrequests-cache
. Default'memory'
. Docs.
CONSTANCE_CONFIG = {
'INSTAGRAM_STREAM_URL': (
'http://stream.dillysocks.com/',
u'Instagram steam URL (applied to all widgets)',
),
'INSTAGRAM_STREAM_ENABLED': (
True,
u'Enable or disable all instagram widgets',
),
'INSTAGRAM_STREAM_ENABLE_CACHING': (
True,
u'Enable or disable caching',
),
'INSTAGRAM_STREAM_CACHE_EXPIRATION': (
600,
u'Instagram cache expiration (in seconds). 10 minutes by default',
),
}