Angular Material Help Required

2021-01-22 Thread Chetan Ganji
Hi, I was hoping someone could help me with this. I know this is not angular group :P *Requirement:* errors should be displayed just after the mat-label. *Problem:* mat-error is always displayed below the matInput in angular material theme. It doesnt matter in which order I write the markup

Re: material

2020-08-29 Thread Madhav Nandan
IypDc >> >> >> >> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >> Windows 10 >> >> >> >> *From: *sakshi jain >> *Sent: *28 August 2020 21:04 >> *To: *django-users@googlegroups.com >> *Subject: *Re:

Re: material

2020-08-28 Thread Balaji Shetty
tps://www.youtube.com/watch?v=UmljXZIypDc > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *sakshi jain > *Sent: *28 August 2020 21:04 > *To: *django-users@googlegroups.com > *Subject: *Re: material >

RE: material

2020-08-28 Thread Vishesh Mangla
https://www.youtube.com/watch?v=UmljXZIypDc Sent from Mail for Windows 10 From: sakshi jainSent: 28 August 2020 21:04To: django-users@googlegroups.comSubject: Re: material youtube vedios online On Fri, Aug 28, 2020, 19:23 السعيد حاجي سعيد <alsaeed.hajjisa...@gmail.com> wrote:Hello and good m

Re: material

2020-08-28 Thread sakshi jain
youtube vedios online On Fri, Aug 28, 2020, 19:23 السعيد حاجي سعيد wrote: > Hello and good morning, I want to start learning dejango. Is there a > material in writing to study it? > > -- > You received this message because you are subscribed to the Google Groups > "Dj

material

2020-08-28 Thread السعيد حاجي سعيد
Hello and good morning, I want to start learning dejango. Is there a material in writing to study it? -- 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

RES: Django 3 material

2020-01-27 Thread Murilo A. Gigliotti
e http://www.gigliottitech.com.br/ De: django-users@googlegroups.com [mailto:django-users@googlegroups.com] Em nome de Nathaniel Brown Enviada em: segunda-feira, 27 de janeiro de 2020 13:12 Para: django-users@googlegroups.com Assunto: Django 3 material I am looking for the best Django 3.0 books or learning ma

Django 3 material

2020-01-27 Thread Nathaniel Brown
I am looking for the best Django 3.0 books or learning material. Any help would be greatly appreciated. -- 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

Re: TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-28 Thread 'Tom Evans' via Django users
uot;/home/eliaspai/dani/danibraz/persons/forms.py", line 52, in > ClientsForm > Stacked(1, 'addresses'), > TypeError: __init__() takes 1 positional argument but 3 were given > > > > > Em terça-feira, 25 de julho de 2017 18:16:20 UTC-3, Tim Gra

Re: TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-26 Thread Elias Coutinho
at 3:35:41 PM UTC-4, Elias Coutinho wrote: >> >> Hello guys! >> >> I'm trying to recreate a form with Inline using django and django-stuff. >> I already got it once, but this is not being easy! >> >> I want to create a form that can register a Client an

Re: TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-25 Thread Tim Graham
to create a form that can register a Client and its addresses, or > something similar to this link here. > > Example 1: Adding contacts. > > Example 2: Adding addresses. > > I'm trying like this: > > *Forms.py* > > > > > > > > > > > >

TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-25 Thread Elias Coutinho
dding addresses. I'm trying like this: *Forms.py* *from django import formsfrom material import Layout, Row, Fieldsetfrom .models import Clientclass Address(forms.Form):# TA FEITOpublic_place = forms.CharField(label='Logradouro')numbe