We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae318b0 commit e376c41Copy full SHA for e376c41
ingest/views.py
@@ -2212,13 +2212,13 @@ def descriptive_metadata_upload(request):
2212
associated_collection = form.cleaned_data['associated_collection']
2213
2214
# for production
2215
- #datapath = associated_collection.data_path.replace("/lz/","/etc/")
+ datapath = associated_collection.data_path.replace("/lz/","/etc/")
2216
2217
# for development on vm
2218
# datapath = '/home/shared_bil_dev/testetc/'
2219
2220
# for development locally
2221
- datapath = '/Users/ltuite96/Desktop/bil_metadata_uploads'
+ #datapath = '/Users/ltuite96/Desktop/bil_metadata_uploads'
2222
2223
spreadsheet_file = request.FILES['spreadsheet_file']
2224
0 commit comments