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
ang? > > > On October 28, 2022 9:16:41 AM CDT, "Otávio Augusto" > wrote: >> >> 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 succ

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,

Django virtualenv, pythonpath issues

2012-05-15 Thread Otávio Augusto Soares
I'm trying to deploy a django app with virtualenv but I'm not a linux expert user. It's on a shared host. If I type python I got the python 2.4 console. If a type python2.7 I got the 2.7 console. I want to use the 2.7. 1. I installed virtualenv with setuptools in my private .site-packages