Re: looking for mobile developers

2021-07-06 Thread Eva Kemo
Hello am a flutter dev am interested On Tue, 6 Jul 2021, 16:08 Balaji K S, wrote: > Hello, > Am a flutter developer. Am interested > > On Mon, 5 Jul, 2021, 2:07 am Theresa Taye, > wrote: > >> Hello guys, >> >> I need flutter users for a project urgently if you are interested, please >> contact

Active Open Source Project to contribute to

2020-03-11 Thread EVA
Hi johnson I am also a beginner and would like to work with you in this project -- 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...@googleg

Re: Quick syntax query - translating a piece of API code for use in a django view

2009-10-09 Thread Eva Hamilton
e used with the template syntax, I > made this mistake, too. That why i was telling you about the difference > between view/template syntax, not view/shell. > > On Fri, 2009-10-09 at 01:16 -0700, Daniel Roseman wrote: > > On Oct 9, 9:06 am, Eva Hamilton wrote: > > > Oops, so

Re: Quick syntax query - translating a piece of API code for use in a django view

2009-10-09 Thread Eva Hamilton
m, "Bogdan I. Bursuc" wrote: > You forgot a ")" sign. That's why syntax error. > > On Thu, 2009-10-08 at 23:48 -0700, Eva Hamilton wrote: > > >From the django documentation > > >(here:http://www.djangoproject.com/documentation/models/select_rela

Quick syntax query - translating a piece of API code for use in a django view

2009-10-09 Thread Eva Hamilton
>From the django documentation (here: >http://www.djangoproject.com/documentation/models/select_related/) I obtained this bit of code for performing a select_related on a list of objects and producing a list of related objects... >>> world = Species.objects.all().select_related() >>> [o.genus.fa