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
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
2 matches
Mail list logo