On Apr 12, 1:44 pm, msoulier wrote:
>
> class Service(models.Model):
> name = models.CharField(max_length=256)
*sigh* I should have had primary_key=True on this. Red Herring, sorry.
Mike
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To
Hi,
I'm doing my development with sqlite and my production deployment with
postgres. I have this model
class Service(models.Model):
name = models.CharField(max_length=256)
description = models.CharField(max_length=4096, default='')
username = models.CharField(max_length=256)
passw
2 matches
Mail list logo