Why are the items not appearing in the table?

2022-09-06 Thread Matheus Bon
Hello friends! I'm creating a point of sale with a friend in order to increase our Portfolio. However, I'm having a problem to present the items in a table, I've already added items through the Django admin panel, but in the template it doesn't appear. I will be leaving the POS link that is

Django model field different from db field managed=false

2022-09-06 Thread ISMAIL TAIBANI
I have model containing field ad_account_id = models.TextField(null=True, blank=True) but this model is managed = False and in database type is int and not textfield whenever i do query using ORM it gives ad_account_id type as int and not str and don't through any exception as well why is it

Re: Mpesa integration.

2022-09-06 Thread Onjomba Felix
https://github.com/Developer-Felix/mpesa-payments-package On Tue, 6 Sept 2022 at 19:00, Brian Odhiambo wrote: > Hello, > @onjombafel...@gmail.com, seems the repo you share isn't public. Can you > please make it, or add me to it if you don't mind. > Thank you. > > On Tue, Sep 6, 2022 at 4:16 PM

Re: Mpesa integration.

2022-09-06 Thread Brian Odhiambo
Hello, @onjombafel...@gmail.com, seems the repo you share isn't public. Can you please make it, or add me to it if you don't mind. Thank you. On Tue, Sep 6, 2022 at 4:16 PM Onjomba Felix wrote: > Yeah > > On Tue, 6 Sept 2022 at 13:15, Lutalo Bbosa joseph > wrote: > >> Flutterwave gives

Re: Mpesa integration.

2022-09-06 Thread Onjomba Felix
Yeah On Tue, 6 Sept 2022 at 13:15, Lutalo Bbosa joseph wrote: > Flutterwave gives everything at your plate mpesa inclusive > > On Tue, Sep 6, 2022, 12:08 Walid Kambagha wrote: > >> Hi Felix, >> >> Does the package you shared works also with Mpesa Vodacom from Tanzania? >> >> Thanks. >> >> On

Re: Django Model related_name

2022-09-06 Thread DJANGO DEVELOPER
when you want to fetch multiple objects from that model ( having a foreign key relation) On Tue, Sep 6, 2022 at 3:21 PM Justin Kpakpa wrote: > Hello, pls under what circumstances do you need to defined a related_name > of a model field? > > -- > You received this message because you are

Django Model related_name

2022-09-06 Thread Justin Kpakpa
Hello, pls under what circumstances do you need to defined a related_name of a model field? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Mpesa integration.

2022-09-06 Thread Lutalo Bbosa joseph
Flutterwave gives everything at your plate mpesa inclusive On Tue, Sep 6, 2022, 12:08 Walid Kambagha wrote: > 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

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-06 Thread Onjomba Felix
hae i have used used mpesa with python django even developed a pip package of how to do integration you can check on https://pypi.org/project/mpesa-payments/ and the documentation is here https://github.com/Developer-Felix/mpesa-payments-package. Go through it and if you dont understand