On 11 nov, 21:41, coderb <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I'm having trouble getting my head around how to set up my data entry
> and queries, so that a listing/detail entry is categorised properly.
>
> firstly, my models look like this:
>
> class Category(models.Model):
> name
Hi All,
I'm having trouble getting my head around how to set up my data entry
and queries, so that a listing/detail entry is categorised properly.
firstly, my models look like this:
class Category(models.Model):
name = models.CharField(max_length=100, unique=True)
slug
2 matches
Mail list logo