You can use ForeignKey. Or ArrayField if you're using PostgreSQL as your backend.
https://docs.djangoproject.com/en/2.1/ref/contrib/postgres/fields/#arrayfield -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, February 19, 2019 10:02 AM To: Django users Subject: How to create model for this json data Hi I have data like this { "Name" : "pk", "Applist" : ["zom","bc"], "Url": ["As","de"] } How to define field name for list I am not getting -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1dbdd1f4-6d19-4cc7-828b-e360395edf6e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b5f32b6b7e4643d19fdb30c83b8bb229%40iss2.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.

