Re: Django Flutterwave Payment issues

2024-02-03 Thread Sunday Ajayi
Hi If you are still having the challenge, we could schedule a call via meets and review your code . Sounds cool ? Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, Feb 3, 2024 at 10:14 PM Space1 Technology wrote: > I have issues trying to settup an api endpoint in

Re: Anyone help?

2022-10-15 Thread Sunday Ajayi
Hi Can you share your settings file content or screenshot? Regards, *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, Oct 15, 2022 at 10:01 PM It's ShAdAn wrote: > Got error > > > /usr/bin/python3.9 > /home/user/PycharmProjects/pythonProject4/mycham/abcd/models.py >

Re: Looking for experienced Django backend engineer

2022-07-02 Thread Sunday Ajayi
Hi Tony, Apologies for the late response. But if you still need a dev, I can still share my resume with you. Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Fri, Feb 25, 2022 at 1:06 AM anderso...@gmail.com < anderson.wan...@gmail.com> wrote: > the domain name we

Re: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-02 Thread Sunday Ajayi
onis Christofides < anto...@antonischristofides.com> wrote: > Hi, > > could you show the definition of your model? > > Antonis Christofides > +30-6979924665 (mobile) > > > > On 02/04/2022 00.43, Sunday Ajayi wrote: > > Hi Team,

django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-01 Thread Sunday Ajayi
Hi Team, Please I am having the error below from django - postgresql: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191 Please how can I fix it? Regards, *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.co m* -- You received this message because

Re: ML NER Model not executing completely while running on Django view

2022-04-01 Thread Sunday Ajayi
Hi Guys, Thanks for the support, I finally fixed it and it was an error due to Mutlipooling importing. *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, Mar 19, 2022 at 10:18 AM Kasper Laudrup wrote: > On 19/03/2022 02.41, Sunday Ajayi wrote: > > > >

ML NER Model not executing completely while running on Django view

2022-03-18 Thread Sunday Ajayi
Hi Team, Please, I have an issue. I deployed a ML function via django api . when the API is called , it does not execute completely and does not throw any error message. But if I run the function via the django shell, it runs completely fine. I am using Gunicorn and Nginx to deploy in AWS