Re: User Login in django

2009-11-04 Thread Julien Petitperrin
On Wed, Nov 4, 2009 at 10:31 AM, Daniel Roseman wrote: > > On Nov 4, 4:26 am, Denis Bahati wrote: > > Am real need to reinvent the wheel because i have a project which needs > to > > define some user roles, and enable users to update the status of their

Re: Form that updates a list of items?

2009-11-03 Thread Julien Petitperrin
On Mon, Nov 2, 2009 at 5:28 PM, Nick Arnett <nick.arn...@gmail.com> wrote: > > > On Mon, Nov 2, 2009 at 3:30 AM, Julien Petitperrin < > julien.petitper...@gmail.com> wrote: > >> Hello, >> >> I had this kind of issue a few days ago. I found this: >

Re: Form that updates a list of items?

2009-11-02 Thread Julien Petitperrin
Hello, I had this kind of issue a few days ago. I found this: http://collingrady.wordpress.com/2008/02/18/editing-multiple-objects-in-django-with-newforms/ I hope this helps you to find a way to do your multiple items edit form. Have a nice day, Julien.