Re: Mpesa integration.

2022-09-06 Thread Walid Kambagha
Hi Felix, Does the package you shared works also with Mpesa Vodacom from Tanzania? Thanks. On Tue, 6 Sep 2022 at 10:48, Onjomba Felix wrote: > hae i have used used mpesa with python django even developed a pip package > of how to do integration you can check on >

Re: Mpesa integration.

2022-09-05 Thread Walid Kambagha
Have tried to check their documentation? On Mon, 5 Sep 2022 at 22:51, Martin Mambo wrote: > Anyone whose successfully impilimented mpesa into django please help > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this

Re:

2020-12-01 Thread Walid Kambagha
Hi Gregory, Try to follow this video, it might help you https://youtu.be/MEcWRk9w0t0 Also, visit the documentation for more updated information via docs.djangoproject.com/en/3.1/howto/windows/ Regards. On Wed, 2 Dec 2020 at 01:12, Gregory kalinga wrote: > > > hi kasper. > thanks for answer,

Re:

2020-07-28 Thread Walid Kambagha
Recheck your projects files and configuration to align with your server requirements. If you have to load JavaScript files try to load them at the end of the file. On Tue, 28 Jul 2020 at 12:20, RANGA BHARATH JINKA wrote: > Try heroku. Maybe it will be faster. > > On Tue, Jul 28, 2020 at 2:43 PM

Re: Django, GraphQL and React Native

2020-06-12 Thread Walid Kambagha
eep >> having no data sent back. I tested my API with graphiql and it works >> perfectly but on React Native, I keep getting "Network Error: Network >> failed" error. I'd love all the help I can get solving this problem. Thanks. >> >> On Friday, June 12, 2020 at

Re: Django, GraphQL and React Native

2020-06-11 Thread Walid Kambagha
You can use Apollo the same way you’d use with React to connect to the API. On Thu, 11 Jun 2020 at 22:21, ndifreke umoren wrote: > Hello everyone. I am working on a React Native mobile app with a GraphQL > endpoint I built using Python Django. Please I need help connecting the API > with the