Skip to content

Commit e376c41

Browse files
authored
Fixed datapath for production
1 parent ae318b0 commit e376c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ingest/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,13 +2212,13 @@ def descriptive_metadata_upload(request):
22122212
associated_collection = form.cleaned_data['associated_collection']
22132213

22142214
# for production
2215-
#datapath = associated_collection.data_path.replace("/lz/","/etc/")
2215+
datapath = associated_collection.data_path.replace("/lz/","/etc/")
22162216

22172217
# for development on vm
22182218
# datapath = '/home/shared_bil_dev/testetc/'
22192219

22202220
# for development locally
2221-
datapath = '/Users/ltuite96/Desktop/bil_metadata_uploads'
2221+
#datapath = '/Users/ltuite96/Desktop/bil_metadata_uploads'
22222222

22232223
spreadsheet_file = request.FILES['spreadsheet_file']
22242224

0 commit comments

Comments
 (0)