コード例 #1
0
ファイル: dispatchable.py プロジェクト: jwdebelius/qiita
def unlink_all_files(raw_data_id):
    """Removes all files from raw data

    Needs to be dispachable because it does I/O and a lot of DB calls
    """
    rd = RawData(raw_data_id)
    rd.clear_filepaths()