Nice discussion :D
Any help on Ajax methods or something to achieve this?
On Oct 30, 4:25 am, bruno desthuilliers
wrote:
> On 29 oct, 18:33, Daniel Roseman wrote:
>
> > On Oct 29, 4:42 pm, bruno desthuilliers
>
>
>
> > wrote:
> > > (FWIW and IIRC, the appropriate english term is 'Customer' -
On 29 oct, 18:33, Daniel Roseman wrote:
> On Oct 29, 4:42 pm, bruno desthuilliers
> wrote:
> > (FWIW and IIRC, the appropriate english term is 'Customer' - please
> > someone correct me if I'm wrong)
>
> OK... the French word 'client' maps to both 'client' and 'customer'. A
> lawyer, doctor,
On Oct 29, 4:42 pm, bruno desthuilliers
wrote:
> (FWIW and IIRC, the appropriate english term is 'Customer' - please
> someone correct me if I'm wrong)
OK... the French word 'client' maps to both 'client' and 'customer'. A
lawyer, doctor, accountant etc would have clients; a shop has
customers.
On 29 oct, 14:46, Julián C. Pérez wrote:
> Hi all
> I have a question to make
> I'm tryng to build a form using the following models:
>
> ---
> in models.py
>
> class Client(models.Model):
> user = models.ForeignKey(User, verbose_name=u'associated user')
> telephone = models.CharField(u'Tel
Hi all
I have a question to make
I'm tryng to build a form using the following models:
---
in models.py
class Client(models.Model):
user = models.ForeignKey(User, verbose_name=u'associated user')
telephone = models.CharField(u'Telephone number', max_length=33,
blank=False, null=False)
cla
5 matches
Mail list logo