@Daniel and Bruno,
Thanks a lot it is working !
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group,
On 1 déc, 14:20, Daniel Roseman <[EMAIL PROTECTED]> wrote:
> On Dec 1, 12:15 pm, Marco <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hello,
>
> > I have this in my models.py :
>
> > class Device(models.Model):
> > name = models.CharField(max_length=30)
>
> > class DeviceProperty(models.Model):
> >
On Dec 1, 12:15 pm, Marco <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have this in my models.py :
>
> class Device(models.Model):
> name = models.CharField(max_length=30)
>
> class DeviceProperty(models.Model):
> key = models.CharField(max_length=30)
> value = models.CharFiel
Hello,
I have this in my models.py :
class Device(models.Model):
name = models.CharField(max_length=30)
class DeviceProperty(models.Model):
key = models.CharField(max_length=30)
value = models.CharField(max_length=80)
device = models.ForeignKey(Device)
In my vie
4 matches
Mail list logo