of creating input tags
> > directly in your template.
>
> > Read this page which also explains how to validate your form on the
> > serverside:https://docs.djangoproject.com/en/dev/topics/forms/
>
> > Use a boolean field to generate a checkbox.
>
> > Best re
Hi everyone,
I'm quite new to django and still learning.
But I face a problem that i can't solve.
I have the following very simple example.
Let say that I have one model for Books.
class Book(models.Model):
name = models.CharField(max_length=50,unique = True)
description = models.TextField
2 matches
Mail list logo