testing different upload methods that allows saving file to django db, one method returns exception: multiple object returned. Will need to review models.py
method currently works to upload a file and store file in django's db. Next need to read data and apply it to javascript code and add automatic deletion of file once token is generated.
testing different upload methods that allows saving file to django db, one method returns exception: multiple object returned. Will need to review models.py