unknown
unknown

Reputation: 332

Storing multiple image in one field django rest framework

Is it possible to insert many image in one field of same table. For example one user created a profile and that user have to post some pictures in one field. Most user use another table for store image. Need your help

Upvotes: 2

Views: 185

Answers (1)

user12812843
user12812843

Reputation:

you have to create different model for that task. Or may be you have to declare array field. I think array field won't work to solve your problem

Upvotes: 1

Related Questions