[EMAIL PROTECTED] wrote:
Yes, this is what I meant. I'm looking for a way to use admin ui forms
in my templates.

Here is what I have found, you have two major ingredients for this:

Forms and Manipulators: http://www.djangoproject.com/documentation/forms/

Create/Update/Delete Generic Views:
http://www.djangoproject.com/documentation/generic_views/#using-create-update-delete-generic-views

Mix and match these two in a good cocktail sauce and you have admin-style ui forms ala django. (Mmm, tasty.)

--
--Max Battcher--
http://www.worldmaker.net/

Reply via email to