Could someone with some developer background take a look at my
question below and let me know if my understanding is correct?
Let's say I have a Task model that contains a foreign key to a User:
class Task(models.Model)
owner = models.ForeignKey('auth.User')
Now let's say I have a ModelForm
On Fri, Aug 13, 2010 at 02:19:11AM -0700, Laurentiu wrote:
> I am new to django and i want to ask if i can find a form developer
> with drag and drop support for widgets and validations, database
> binding fields, etc (like a desktop application).
>
> i look at some solutions
Hello!
I am new to django and i want to ask if i can find a form developer
with drag and drop support for widgets and validations, database
binding fields, etc (like a desktop application).
i look at some solutions for django like formunculous but i want
something more complex.
thanks a lot
3 matches
Mail list logo