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 Nov 29, 2021. It is now read-only.
This is probably because I developed this on Django 1.10 and since then Django has changed requests.FILES.values from a list to a generator. The real answer to this is that I need to update the app to work with more recent version of Django
While uploading images, I am getting the following error:
file = request.FILES.values()[0]
TypeError: 'generator' object is not subscriptable
The text was updated successfully, but these errors were encountered: