Re: Nested dictionaries

2019-06-30 Thread 'David Elphee' via Django users
I guess I don’t even need Django or models to do what I described. But yes, for future functionality, I’d like to be able to store JSON to a database. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

Re: Nested dictionaries

2019-06-30 Thread 'David Elphee' via Django users
*JSON -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.c

Re: Nested dictionaries

2019-06-30 Thread 'David Elphee' via Django users
I guess I don’t even need Django or models to do what I described. But yes, for future functionality, I’d like to be able to store Jain to a database. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

Nested dictionaries

2019-06-29 Thread 'David Elphee' via Django users
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 look