Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,003 members, 7,821,517 topics. Date: Wednesday, 08 May 2024 at 02:13 PM

Ononugo's Posts

Nairaland Forum / Ononugo's Profile / Ononugo's Posts

(1) (2) (3) (4) (of 4 pages)

TV/Movies / Chasing Closure - A Very Interesting Movie For Nollywood Lovers by Ononugo(m): 5:58pm On Jan 26
For all nollywood romance movie lovers, you all can relax with this interesting movie titled Chasing Closure.


https://www.youtube.com/watch?v=Fqi-enzIIco?si=QcruRYeGWXm_q8Ic
Programming / I Need Help Integrating DHL API In Django by Ononugo(m): 3:14pm On Sep 15, 2023
I have been trying to integrate DHL API into my Django project but I keep getting error with 401 error code. I have created an app on the DHL developer portal and it has been approved so I have my API Key. I don't know what is wrong. Let me attach a simple code I tested with.

class DHLApiView(APIView):

def get(self, request):
import requests

url = "https://api-test.dhl.com/track/shipments"
headers = {
"DHL-API-Key": settings.DHL_API_Key,
}
params = {
"trackingNumber": "00340434292135100186",
"limit": 5,
}

response = requests.get(url, headers=headers, params=params)

if response.status_code == 200:
dhl_data = response.json()
print(dhl_data)
else:
print(f"Error: {response.status_code} - {response.text}"wink

return ApiResponse(200).response()

Programming / Re: Python/django Developer by Ononugo(m): 1:29am On Apr 30, 2022
digitite:


Which Apps have you built with Django.

A music blog
https://github.com/majestylink/Majesty-Link

Stock management system
https://github.com/majestylink/stockManagementSystem

Traffikboss > not my project but I did most of the Django back-end stuff.
https://traffikboss.com

Django web crawler
https://pypi.org/project/django-web-crawler/

And many more
Programming / Re: Python/django Developer by Ononugo(m): 2:29pm On Apr 29, 2022
digitite:


The cause may be because you are not specialized. What do you use Python/Django for ?

Gone are the days when Programmers are generic. Employers or clients are looking for developers that can deliver in their industries. That has been my dilemma. But thank God I am stabilizing.

I specialize in back-end web development with Django.
Programming / Re: Python/django Developer by Ononugo(m): 11:56pm On Apr 28, 2022
GeneralDae:

Is it possible to start by searching for freelance gigs that are abroad? especially Europe and U.S. You stay in Nigeria while earning dollars, then you gradually master PHP and Javascript to also become more useful in Nigeria long term.

I do apply for remote roles abroad. Up to 10 or more applications daily, but I only end up being rejected.
Programming / Python/django Developer by Ononugo(m): 12:45am On Apr 23, 2022
My name is Samuel, a python and Django Developer. I am looking for python or Django a role. I have over 4 years of experience working with python and have worked for a tech startup company in the past. I'll be glad if anyone can help.

Email ==> atuhsamuel96@gmail.com
Phone number ==> +2349034742283
Programming / Re: CI/CD Pipeline For Django Application by Ononugo(m): 2:20pm On Oct 31, 2021
Thanks guys for your contribution. I managed to solve it. I also used minikube to deploy locally to confirm things. Thanks to you guys once again

1 Like

Programming / Re: CI/CD Pipeline For Django Application by Ononugo(m): 4:11pm On Oct 20, 2021
Programming / Re: CI/CD Pipeline For Django Application by Ononugo(m): 4:10pm On Oct 20, 2021
flam5:
Ononugo, you might need to be more specific as per your team's workflow. Gitlab's CI/CD should be okay since you mentioned Heroku as possible host. This should be helpful: https://lepiku.medium.com/how-to-deploy-django-website-to-heroku-with-gitlab-ci-cd-7b136412b456

I took the problem to stackoverflow, below is the link. Please I really need help

https://stackoverflow.com/questions/69637400/ci-cd-pipeline-for-django-failure/69637582?noredirect=1#comment123089624_69637582

This is the first time am trying to implement the CI\CD pipeline and its becoming a pain in the ass

Can I contact you via whatsapp?
Programming / Re: CI/CD Pipeline For Django Application by Ononugo(m): 6:34am On Oct 18, 2021
EmmanuelScott1:
I'm still new in coding, but advice make you this question on stack overflow.

I got neither a comment nor an answer on stackoverflow
Programming / Re: CI/CD Pipeline For Django Application by Ononugo(m): 6:30am On Oct 18, 2021
stanliwise:

What hosting platform are you using?
Perhaps ci/Cd is a process and the implementation has to be tailored according to your hosting platform and unique problem

It is not yet online but we're considering heroku
Programming / Re: CI/CD Pipeline For Django Application by Ononugo(m): 6:29am On Oct 18, 2021
africonn:


YouTube is your best bet, there are paid and free services for that learn how to use GitHub actions, why do you want to implement a ci/cd system because from what you have said it looks like a one man team.

I've gone to YouTube and I've gone through a lot of posts online but they're quite no comprehensive to me as a beginner. And also, we're many in the team.
Programming / CI/CD Pipeline For Django Application by Ononugo(m): 10:03pm On Oct 17, 2021
Please I sincerely need help. I have a Django project and I need to implement CI/CD pipeline for the project but I don't really know how I can achieve this. Please I need guide
Music/Radio / New Song Alert by Ononugo(m): 10:38pm On Apr 15, 2021
Checkout this new track from "Youngest"

After dropping his EP titled “Youngest EP ” earlier this year which did incredibly well Online, Radio and TV, Youngest is back with another single titled ”MUSLIM”.
Click on the link below to download, listen and don't forget to add a comment

https://www.majestylink.com/music/muslim/
Webmasters / How To Set Seo For A Blog Made With Django by Ononugo(m): 11:36am On Feb 04, 2021
Please I'm having a little problem. I made a small blog using django. The problem is that the blog posts doesn't appear in google search results even when I copy and paste a post title into google search. What could be the problem? I've added the blog to google search console. Also I've tested many URLs from my blog using URL inspection, they all show that the links are indexed but they still won't appear in search results.
Please I need help
Webmasters / Deploying A Django Website by Ononugo(m): 6:45pm On Mar 05, 2020
Please I need help. Anyone have any tutorial on how to deploy a Django website to a custom web host. I want to host on qserveres or namecheap
Programming / Re: A Thread For Tutorial On Python Programming by Ononugo(m): 8:32pm On Jan 24, 2020
Please add 09034742283
Webmasters / Re: How To Run A Video/music Download Website by Ononugo(m): 5:48pm On Jan 23, 2020
How then can I get the download link of the file
Webmasters / How To Run A Video/music Download Website by Ononugo(m): 1:20pm On Jan 23, 2020
Please I need help. I bought a hosting plan and a domain name and I want to use it for a video and music download website. How can I do it. And also how can I be getting the videos and avoid illegal file sharing?
Programming / Re: MY JOURNEY WITH PYTHON!!! by Ononugo(m): 8:11am On Nov 29, 2019
Thanks for this thread, it is nice. I just started learning python about a month ago but I can do very nice simple stuffs with it. I've written some programs with it and am currently working on a school management system. I can't wait to become a good back-end developer
Programming / Re: I Want To Learn Programming Skills And I Need A Tutor! by Ononugo(m): 11:09am On Nov 01, 2019
For python, I think "Bite of python" is a e-book. But for me, video tutorials are better than e-books. For me o
Programming / Re: I Want To Learn Programming Skills And I Need A Tutor! by Ononugo(m): 11:02am On Nov 01, 2019
Am also a student, I just started learning programming last month and you know what?... I can now develop some basic programs. We can learn together. Just hit me up on 09034742283
Webmasters / Using Django-hitcount Package by Ononugo(m): 1:31pm On Sep 17, 2019
Please I need help on how to use Django hitcount package to build a hitcount view. Am still learning Django and this one is just trying to frustrate me. Any help will be appreciated.
Webmasters / Re: Working With Django by Ononugo(m): 7:46pm On May 20, 2019
DualCore1:
Put this up on stackoverflow.com
OK. But do you know about Django?
Webmasters / Working With Django by Ononugo(m): 5:44am On May 19, 2019
Greetings to all python programmers in the house. I need a little help from you guys

Am working on a web project but am currently stuck. Am trying to create a details view for a model in my project but whenever I click on "view details", it will go to the details page of another object from another model. I really need help from you guys. You can also chat me up on whatsapp

(1) (2) (3) (4) (of 4 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 27
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.