Relations one-to-many on django

2016-02-23 Thread Douglas Bonafe
Hello everybody! I'm new on this forum and in django. I'm using Python 2.7 environment. I have the following models.py: class Categoria(models.Model): > > DEFAULT_CATHEGORY = 0 > nome = models.CharField(max_length=255, null=False, default='0') > > def __unicode__(self): > retu

My Form is not persisted

2016-04-18 Thread Douglas Bonafe
Helo everybody. Could someone answer me this question on stackoverflow? http://stackoverflow.com/questions/36703456/django-my-form-isnt-persisting-on-database -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st