Sunday, June 30, 2019

Re: Nested dictionaries

You want to save JSON data to a database?

On Saturday, June 29, 2019 at 8:47:38 PM UTC-5, David Elphee wrote:
Hello,
I am new at django and in over my head I think.  I am trying to create a kind of shim that will accept JSON from a webhook POST, work with the data using Python, and then POST some new JSON to another API.  I have successfully worked through tutorials that have "flat" data, and I have looked at the documentation on serializing nested data, but I don't see how to write the models to work with the serializers.  Does anyone know of a tutorial that demonstrates working with nested dictionaries?
Thank you,
Dave E.

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/18e4f4ff-db22-4ecf-aaf3-f86780ed41f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment