We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use last github version, I have this error when trying to upload an excel file using FileForm:
MemoryError at /admin/coop_local/grant/3/ No exception supplied Request Method: POST Request URL: http://debian2:8000/admin/coop_local/grant/3/ Django Version: 1.4.2 Exception Type: MemoryError Exception Location: /usr/local/lib/python2.6/dist-packages/PIL/OleFileIO.py in getsect, line 324 Python Executable: /home/dom/.virtualenvs/coop/bin/python Python Version: 2.6.6
The traceback refers lastly to theses lines in models.py, which probably applies only to images.
models.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to use last github version, I have this error when trying to upload an excel file using FileForm:
The traceback refers lastly to theses lines in
models.py
, which probably applies only to images.The text was updated successfully, but these errors were encountered: