Re: Add, Edit and Delete link using Forms (not templates) per row without using built django-admin functionality

2011-03-18 Thread Daniel Roseman
On Friday, March 18, 2011 2:08:02 AM UTC, django beginner wrote: > > Hi Django users, > > I am having some dilemma over converting simple admin page *Template*(without > having to use the built in django-admin functionality) by using > forms, and not templates, I have the following sample Admin

Add, Edit and Delete link using Forms (not templates) per row without using built django-admin functionality

2011-03-17 Thread django beginner
Hi Django users, I am having some dilemma over converting simple admin page Template (without having to use the built in django-admin functionality) by using forms, and not templates, I have the following sample Admin page that allows users to add, edit and delete record per row to Forms: (Edit an

Add, Edit and Delete link using Forms (not templates) per row without using built django-admin functionality

2011-03-17 Thread djangodjango django
Hi Django users, I am having some dilemma over converting simple admin page *Template*(without having to use the built in django-admin functionality) by using forms, and not templates, I have the following sample Admin page that allows users to add, edit and delete record per row* to Forms*: (Edit