Re: Sending json data to postgres once received from API

2020-02-13 Thread Ilya Rustamov
Thank you Jody, I will take a look at this and see how it goes. On Thursday, February 13, 2020 at 3:27:03 PM UTC-5, Jody Fitzpatrick wrote: > > Hello Ilya > > I would read the following: > > https://docs.djangoproject.com/en/3.0/topics/db/models/ > > Essentially, what you do in shell is what you

Re: Sending json data to postgres once received from API

2020-02-13 Thread Jody Fitzpatrick
Hello Ilya I would read the following: https://docs.djangoproject.com/en/3.0/topics/db/models/ Essentially, what you do in shell is what you would do in your code. I also believe you might want to look at how you are grabbing the posted data. I would use something like url =

Sending json data to postgres once received from API

2020-02-13 Thread Ilya Rustamov
Hey Devs, First time poster here, if I am missing anything or am not following general rules and practices feel free to let me know. I am in the process of building an app that asks user for a url and on submit makes post request to said url, receives json data and simply prints it in a