You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.
Depends on #9. Probably targeting summer beta, not prototype.
After we replace the django admin and use a customized admin, we set up a special version of the "admin facing 'add file'" page, maybe using a FormSet to allow uploading ten files at a time or something.
Alternatively, we allow the upload of .zip files, in which case we add the zip file itself as a Document, then unzip it and loop over every individual file and add each as a Document, too.
The text was updated successfully, but these errors were encountered:
Depends on #9. Probably targeting summer beta, not prototype.
After we replace the django admin and use a customized admin, we set up a special version of the "admin facing 'add file'" page, maybe using a FormSet to allow uploading ten files at a time or something.
Alternatively, we allow the upload of .zip files, in which case we add the zip file itself as a
Document
, then unzip it and loop over every individual file and add each as aDocument
, too.The text was updated successfully, but these errors were encountered: