Re: Unable to deploy heroku app

2022-10-28 Thread iRatherFear
Help please! On Friday, October 28, 2022 at 2:08:01 PM UTC+5:30 iRatherFear wrote: > I tried doing that but still had the same error. > > On Friday, October 28, 2022 at 7:33:08 AM UTC+5:30 abdul@gmail.com > wrote: > >> Hi Aman, >> >> Did you add the Python buildpack to heroku? If you have,

Re: Unable to deploy heroku app

2022-10-28 Thread iRatherFear
Help please! On Friday, October 28, 2022 at 2:08:01 PM UTC+5:30 iRatherFear wrote: > I tried doing that but still had the same error. > > On Friday, October 28, 2022 at 7:33:08 AM UTC+5:30 abdul@gmail.com > wrote: > >> Hi Aman, >> >> Did you add the Python buildpack to heroku? If you have,

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

Error: pg_config executable not found. (psycopg2 for postgres in docker not successfully installed)

2022-10-28 Thread Adeyemi Deji
Hello Fam! I'm currently going through djangoforprofessional tutorial and I've been trying to resolve an error related to installing psycopg2 for postgres in a docker container. After setting up Dockerfile, requirements.txt, and docker-compose.yml which is shown below, I entered this command:

Re: In need of a Technical Mentor

2022-10-28 Thread Peter Benjamin Ani
thanks so much for the recommendation Mr sebastian, i have sent you a private mail, please do check it out, looking forward to hearing from you soon On Thu, Oct 27, 2022 at 10:22 PM Sebastian Jung wrote: > Hello, > > Perhaps it is better to view here in Forum questions and when you want > help

Re: Unable to deploy heroku app

2022-10-28 Thread iRatherFear
I tried doing that but still had the same error. On Friday, October 28, 2022 at 7:33:08 AM UTC+5:30 abdul@gmail.com wrote: > Hi Aman, > > Did you add the Python buildpack to heroku? If you have, maybe clear it > first and re add the buildpack. See here: >