Re: Django-Firebase cloudstore ORM

2020-06-21 Thread Kidwell Nyatsambo
Please help which Anaconda version comes with Django. On 10 Jun 2020 10:10, "Integr@te System" wrote: > Hi Goil, > > Did you register your model to site admin contrib. > > > > > On Wed, Jun 10, 2020, 6:52 AM sparsh goil > wrote: > >> Hey, >> Does anyone know how to perfectly use Firebase with Dj

Re: Django Package Website is not opening

2020-05-11 Thread Kidwell Nyatsambo
Hello, how do you configure VPN, I mean password and name etc. Please help. I remember doing it a year or 2 ago now I have forgotten. I'm in Zimbabwe. On 05 May 2020 09:25, "Mike Dewhirst" wrote: > On 5/05/2020 5:08 pm, Hamza Mirchi wrote: > >> Hi Mike! >> >> What is the issue here >> >> sometime

Pip installation

2019-01-12 Thread Kidwell Nyatsambo
Pip installation refusing to install on Windows 10. Coming with this message; [image: image.png] Please help. Thank you in advance Kidwell -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Django ORM aggregate Sum function on foreign key

2018-08-07 Thread Kidwell Nyatsambo
Hello, Which application / program uses vi. I would like to create a schema.sql to use with Python. KN On Mon, Aug 6, 2018 at 4:08 PM, Gerald Brown wrote: > This is how I finally solved my problem!!! > > The following is a copy of my ORM statement: > > Visit.objects.filter(visit_date = mydate)