On Oct 19, 4:09 pm, "ashwoods" <[EMAIL PROTECTED]> wrote: > the admin code generates the forms dynamically based on the model. is > this funcionality "standardized" somehow to use in apps? >
If you mean the creation of the HTML for the forms, the answer is no. Django will, however, create objects for you that encapsulate the form making backend processing of the form (such as validation, error handling, etc.) easier and standardized. The template creation and its styling is the developer's responsibility. See: http://www.djangoproject.com/documentation/forms/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---