Re: A complicated question

2007-11-20 Thread Antares
On 20 nov, 17:40, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Hi Antares -- > > Please direct questions of this nature to django-users; django-dev is > used to discuss the development of Django itself, not to answer usage > questions. > > Thanks! > > Jacob Sorry! I'll post it there. Bye. --

Re: A complicated question

2007-11-20 Thread Jacob Kaplan-Moss
Hi Antares -- Please direct questions of this nature to django-users; django-dev is used to discuss the development of Django itself, not to answer usage questions. Thanks! Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

A complicated question

2007-11-20 Thread Antares
Hello, I'm programing a kind of admin zone for users, where users can add, manage and delete objects. I want to do it generic, but I have a big problem now. Imagine these models: from django.contrib.auth.models import User class Library ( models.model ): library_name = models.CharField(..)