Cascading drop down list

2024-05-15 Thread kateregga julius
Hi. I need help on implementing Cascading drop downlist in django using functional based views and manual forms. *​**Kateregga Julius* *Email: julikats2...@gmail.com * *Kampala-Uganda* *Skype: Katslog* -- You received this message because you are subscribed to the Google Groups "Django

Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-24 Thread kateregga julius
Add *​**Kateregga Julius* *Email: julikats2...@gmail.com * *Kampala-Uganda* *Skype: Katslog* On Sun, 25 Feb 2024 at 10:04, Kato Joshua wrote: > Add me +256752567534 > > On Sat, Feb 24, 2024, 4:38 PM emmanuel odor wrote: > >> Let's do it... >> >> *Emm

Forum on WhatsApp

2022-12-22 Thread kateregga julius
https://chat.whatsapp.com/COaaB3ss9YoGJQNoGm8K6s -- 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 django-users+unsubscr...@googlegroups.com. To view this discussi

Re: Need Someone Exchange Experience

2022-12-22 Thread kateregga julius
Interested On Mon, Dec 19, 2022, 8:52 PM Eng Thanoon wrote: > hi all my dears > I am working on social media auth and mobile sms auth firebase and Django > want go far with Django level up anyone interest in Django contact me > > -- > You received this message because you are subscribed to the

Re: Combining two subquery counts using ORM

2022-11-09 Thread kateregga julius
Post your model here and we do it On Wed, Nov 9, 2022, 7:37 PM Matthew Hegarty wrote: > My question is about translating a SQL query to the ORM. > > I want to combine the output of two queries into one. The query is > counting records in the same table (Task) using two different fields. > > The

Re: Hi need a solution

2022-11-07 Thread kateregga julius
First check the spelling of your user. If it fails take a screenshot of what is played in your console. It will help in getting for your a clear response On Mon, Nov 7, 2022, 7:08 PM Mh Raffi wrote: > > I have deployed to post g res p g admin4 and deleted db. s q lite from > Django. and set my

Re: Looking for available support to start a School Management Application

2022-11-07 Thread kateregga julius
n Mon, Nov 7, 2022 at 4:48 AM Eric Francis wrote: > >> Many thanks for all your feedback. >> I will share details on what has been requested and the level of what I >> have done so far. >> Thank you >> >> Eric >> >> On Mon, 7 Nov 2022, 12:33 ka

Re: Looking for available support to start a School Management Application

2022-11-07 Thread kateregga julius
Before starting on the system. Do information gathering, Design your database schema. (Visual paradigm) Then set your development environment On Mon, Nov 7, 2022, 11:44 AM Adekola Aderonmu wrote: > I am also interested in collaborating with you. > > On Mon, 7 Nov 2022, 06:37 DJANGO DEVELOPER,

Re: How to use choices in model field

2022-11-02 Thread kateregga julius
ified' it >> is not giving any error but it is not working either >> >> On Wed, Nov 2, 2022, 9:51 PM kateregga julius >> wrote: >> >>> Don't use square blackest [ ] >>> >>> status_choices=(('Unverified','Unverified&

Re: How to use choices in model field

2022-11-02 Thread kateregga julius
x27; it > is not giving any error but it is not working either > > On Wed, Nov 2, 2022, 9:51 PM kateregga julius > wrote: > >> Don't use square blackest [ ] >> >> status_choices=(('Unverified','Unverified'),('Verified','Veri

Recommend forum

2022-11-02 Thread kateregga julius
Here fellas I need recommendations for these platform 1. Laravel 2. AI, ML and Big data Thanks -- 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 django-users+unsub

Re: How to use choices in model field

2022-11-02 Thread kateregga julius
Don't use square blackest [ ] status_choices=(('Unverified','Unverified'),('Verified','Verified')) On Wed, Nov 2, 2022, 5:52 PM Aaryan R Soni wrote: > Hey guys, i am facing some issues using choices in models.CharField. I am > creating a model which has username and status, where status is my c

Re: GETTING AVERAGE OF A STUDENT IN DIFFERENT YEARS

2022-08-01 Thread kateregga julius
If I manually pass in the year_id it works. My Question is how can I pass the year ID as the third parameter in the method of Average On Mon, 1 Aug 2022, 23:15 kateregga julius, wrote: > how boss > > > On Mon, Aug 1, 2022 at 8:18 PM Opeyemi Ogunsanya < > ogunsanyaopeye..

Re: GETTING AVERAGE OF A STUDENT IN DIFFERENT YEARS

2022-08-01 Thread kateregga julius
how boss On Mon, Aug 1, 2022 at 8:18 PM Opeyemi Ogunsanya < ogunsanyaopeye...@gmail.com> wrote: > You have to add a year filter in the results query line. > results=Grade.objects.filter(person=obj).aggregate(Avg("mark")) > > On Mon, Aug 1, 2022, 3:09 PM kateregga