On 1 juil, 15:04, "José Moreira" <[EMAIL PROTECTED]> wrote:
> hello,
>
> i'm a recent django developer. Sometime soon i will have to develop a
> module for a cms solution to allow the content publishers to design
> custom forms (including form layout) for webpages and to store the
> results of the data of those forms.
>
(snip usual solution to dynamic forms in a RDBMS-backed website)

> What i'm thinking about, if possible, was to keep only the form_field
> table and with that data, generate a data model object on-the-fly (for
> each form of course, with TextField, CharField, ..., properties and so
> on) and use the django sub-system to (like if it was hard-coded the
> usual way) :
>

Note quite an answer, but this may get you started:

http://www.djangosnippets.org/snippets/314/

HTH
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to