my project doesnt insert into the database

2022-10-28 Thread Otávio Augusto
Greetings, I'm doing a integration projection, so I need to consume data from a RESTful API and then save that data inside a oracle db. My models migrated and succesfully created the tables, I was able to get the data from the API and parse trough it to filter the info I wanted and needed to sa

Re: my project doesnt insert into the database

2022-10-31 Thread Otávio Augusto
it just hang, doesnt crash nor raise any errors or exceptions, I even tried to cover it up in a try block but it did not return an error. Em sábado, 29 de outubro de 2022 às 08:38:04 UTC-4, Ryan Nowakowski escreveu: > When it gets stuck, does it crash and return a traceback or just hang? > > >

Re: my project doesnt insert into the database

2022-11-01 Thread Otávio Augusto
Solved. I added a sleep at the end of my loop and it worked, I think it was getting stuck because the db was not able to keep up with the update from the app and so the session got interrupted. Em sexta-feira, 28 de outubro de 2022 às 10:46:54 UTC-4, Otávio Augusto escreveu: > Greetings, I'm d

Re: my project doesnt insert into the database

2022-11-01 Thread Mh Raffi
Hi Sorry Looking for thread to my problem. Landed here. Am new to django and python. I need to deploy my app live. i have got a domain name in hostiger. How to deploy in rail with connecting to hostinger. Hope i will find the solution here Thanks & Regards Mohammed Raffi.J +91 8939326407 On Tu

Re: my project doesnt insert into the database

2022-11-02 Thread 'Kasper Laudrup' via Django users
On 01/11/2022 14.09, Mh Raffi wrote: Hi Sorry Looking for thread to my problem. Landed here. That is not how a mailing list or forum works. You don't find an existing thread and use it for a completely unrelated issue. You simply post a new message/mail with your issue instead. Maybe readin