Hil.
I have a simple model:
class SipPeer(models.Model):
name = models.CharField(primary_key=True, max_length=40)
type = models.CharField(max_length=10)
defaultuser = models.CharField(max_length=40, blank=True, null=True)
secret = models.CharField(max_length=40, blank=True, null=T
important to you? We don’t
> typically worry about the order of columns when working with databases.
>
>
>
> *From:* django-users@googlegroups.com [mailto:
> django-users@googlegroups.com] *On Behalf Of *Vladislav Solovei
> *Sent:* Tuesday, August 28, 2018 8:05 AM
> *To:*
2 matches
Mail list logo