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
If you create a new document in the admin and upload it to document cloud then attempt to change the document in the admin view by uploading a NEW document, an error is thrown:
cannont find function getsize
even though the import exists. It's possible the import needs to be added inside the function
admin.py...
def save_model(...):
from documentcloud.MultipartPostHandler import getsize
The text was updated successfully, but these errors were encountered:
If you create a new document in the admin and upload it to document cloud then attempt to change the document in the admin view by uploading a NEW document, an error is thrown:
cannont find function getsize
even though the import exists. It's possible the import needs to be added inside the function
admin.py...
def save_model(...):
from documentcloud.MultipartPostHandler import getsize
The text was updated successfully, but these errors were encountered: