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
I was wondering if there is a possibility / example of using GeoFeatureModelSerializer with a model that has an image field.
I am trying to do it in a single request using
parser_classes = [MultiPartParser, JSONParser ]
It works with different models, there creation is easy and possible, retaining all fields passed plus the file.
Is it possible with the serializer above? What should be added / changed if so?
The text was updated successfully, but these errors were encountered:
Hello
I was wondering if there is a possibility / example of using GeoFeatureModelSerializer with a model that has an image field.
I am trying to do it in a single request using
It works with different models, there creation is easy and possible, retaining all fields passed plus the file.
Is it possible with the serializer above? What should be added / changed if so?
The text was updated successfully, but these errors were encountered: