Business › Re: Access Bank Declares N56.4bn Profit In 3Q by olamil34(m): 7:42am On Oct 31, 2017 |
|
Programming › Re: Please Review My Price comparison engine by olamil34(op): 7:40am On Oct 31, 2017 |
|
|
Programming › Re: Please Review My Price comparison engine by olamil34(op): 8:33pm On Oct 21, 2017 |
nijabazaar: Olamil that site is Superb. Can u incorporate Some slight AI to it.
I like the mobile view really Thanks alot, i am currently researching about the ai algorithm. |
Programming › Re: Paystack Integration by olamil34(m): 7:43pm On Oct 21, 2017 |
Chamladas: I installed a custom php e-commerce script on my Web host service. Hw do integrate paystack so that every payment is processed by paystack? Read there php documentation |
|
|
Programming › Re: Nigerian Developers Aren't Creative by olamil34(m): 6:37pm On Oct 21, 2017 |
TheCabal: Fix the search first. Laptop brings cables and remote controls, that barely in the category of laptops. tell me your exact query to check out |
|
Programming › Re: Nigerian Developers Aren't Creative by olamil34(m): 5:34pm On Oct 21, 2017 |
|
Programming › Re: Nigerian Developers Aren't Creative by olamil34(m): 5:30pm On Oct 21, 2017 |
HarmattanHunter: Of course, I was expecting this.
No, I won't. Could you address the matter please?
If you can't, I won't be disappointed. Amongst copy-and-paste coders, it can be quite difficult to find genuine comments. i understand what you are saying, because must topics on this board is about buy and sell php scripts and make instant money, or i want to learn all of programming with one day. you hardly see something that excites you. mind u most great programmers work in secret about what they are doing or stoped using nairaland entirely (they upgraded to reddit). and my favorite nairaland programmer created his own platform because he was sick of nairaland @dhtml18 so show us project to see if u are not part of them check out my mini search engine(written in python(django,requests,urllib,beautifulsoup4) and javascript(jquery)) www.quickfinda.comit compares prices from different stores to help you find the right deal currently working on the machine learning part of the app |
|
Programming › Re: Nigerian Developers Aren't Creative by olamil34(m): 11:16am On Oct 21, 2017 |
HarmattanHunter: Copy and paste coders. Copy. Paste. e dey work? e dey work. na d way be dat.
when you sabi all the languages like say you be United Nations, read documentation nko, no o.. na rush rush, just do am. make una try eh.
make una continue.  mr creative please kindly share last genius project |
Programming › Re: Please Review My Price comparison engine by olamil34(op): 11:15am On Oct 21, 2017 |
LordeCalifornia: Not yet, but I'd sure ask for your help when I need answers to some python problems.thanks. k bro stay safe |
Politics › Re: Aisha Buhari On A Yacht In Turkey With Wives Of Other Leaders (Photos) by olamil34(m): 10:42am On Oct 21, 2017 |
PrettyCrystal: Nigeria's First Lady, Mrs Aisha Buhari was seen with wives of other world leaders relaxing on a yacht in Instanbul while being hosted by the First Lady of Turkey, Mrs. Emine Erdogan. Mrs Buhari visited Turkey few days ago with her husband for the 9th summit of D8 countries.
Mrs Buhari took to her Facebook page to write;
Had a splendid afternoon with my sisters, wives of presidents of other D-8 countries. Thank you Mrs. Emine Erdogan for hosting the spouses of the D-8 countries at the 9th summit in the historic city of Istanbul Turkey today 20th October, 2017.
Source; https://www.nationalhelm.co/2017/10/aisha-buhari-relaxes-yacht-wives-leaders-turkey-photos.html compare prices from different stores [url]quickfinda.com[/url] may God punish poverty |
Programming › Re: Please Review My Price comparison engine by olamil34(op): 10:40am On Oct 21, 2017 |
LordeCalifornia: arrrh! Take it easy on me sir, I'm still a beginner oh. I just started my programming journey. sorry bro, do u need a guide. |
Politics › Re: Dogara At 16th Matriculation Ceremony Covenant University (photos) by olamil34(m): 10:40am On Oct 21, 2017 |
|
|
|
Education › Re: Classroom Under A Tree In Kwara Where Pupils Are Taking A Nap (Photo) by olamil34(m): 10:38am On Oct 21, 2017 |
quickfinda.com compare prices from different stores |
Politics › Re: Atiku Reacts To Payment Of Pension To Pardoned Biafra Police by olamil34(m): 10:38am On Oct 21, 2017 |
[url]quickfinda.com[/url] compare prices from different stores |
Programming › Re: Please Review My Price comparison engine by olamil34(op): 10:22am On Oct 21, 2017 |
LordeCalifornia: Nice. Did you build it from scratch using Python alone? and don't forget a little of javascript and bootstrap used django(python framework), beautifulsoup4(for parsing data), and request for complex quering for my web server |
Business › Re: How We Survived Recession In Nigeria – Jumia by olamil34(m): 9:11am On Oct 21, 2017 |
|
Properties › Re: Eko Atlantic Taking Shape - Latest Beautiful Pictures by olamil34(m): 9:11am On Oct 21, 2017 |
|
Programming › Re: Please Review My Price comparison engine by olamil34(op): 9:10am On Oct 21, 2017 |
|
Programming › Re: A Programmer Needed!!! by olamil34(m): 10:09am On Oct 19, 2017 |
Legolast: Do you reside in Sokoto? Are you an expert programmer that can program anything programmable? Lol Can you lecture/teach someone from scratch to become a guru? If yes, then you're needed. there is no such thing as programming guru bro |
Politics › Re: Abdulsalami Abubakar Hands Over To Olusegun Obasanjo (Throwback Pic) by olamil34(m): 10:07am On Oct 19, 2017 |
|
|
Programming › Re: A Programmer Needed!!! by olamil34(m): 9:30am On Oct 18, 2017 |
Legolast: Do you reside in Sokoto? Are you an expert programmer that can program anything programmable? Lol Can you lecture/teach someone from scratch to become a guru? If yes, then you're needed. the only teacher you need is yourself and the internet. |
Programming › Re: Let's Build A Simple Blog With Python(django) by olamil34(op): 12:28pm On Oct 17, 2017 |
bilard: Carry on.. I am eagerly following you this is my email johnsonoye34@gmail.com |
Programming › Re: Let's Build A Simple Blog With Python(django) by olamil34(op): 12:27pm On Oct 17, 2017 |
inside the model.py file
write the following command
from django.conf import settings
class Post(models.Model): -------ad_owner = models.ForeignKey(settings.AUTH_USER_MODEL,blank=True,null=True) -------title = models.CharField(max_length=200,blank=True,null=True) -------post = models.TextField()
-------def __str__(self): -----------return self.post
then go into your command line and type > python manage.py makemigrations > python manage.py migrate |
Programming › Re: Please Review My Price comparison engine by olamil34(op): 8:22am On Oct 15, 2017 |
|