コード例 #1
0
def write_aggregates():
    """
    Writes an aggregates JSON file to live-data/.
    """
    app_config.configure_targets(env.get('settings', None))
    tumblr_utils.write_aggregates()
コード例 #2
0
def write_aggregates():
    app_config.configure_targets(env.get('settings', None))
    tumblr_utils.write_aggregates()
コード例 #3
0
ファイル: fabfile.py プロジェクト: EmFoley/changinglives
def write_aggregates():
    """
    Writes an aggregates JSON file to live-data/.
    """
    app_config.configure_targets(env.get('settings', None))
    tumblr_utils.write_aggregates()