Save a sample file while I try to figure out how the JS is going to work

This commit is contained in:
Kelly McDonald 2021-05-04 11:32:34 -04:00
parent cc77a9182c
commit 7b3287f67b

View File

@ -0,0 +1,6 @@
from crc.api.file import get_document_directory
def render_files(study_id,irb_codes):
files = get_document_directory(study_id)
print(files)