Re: Using admin as the user interface

2006-07-17 Thread Akatemik
> i find it is easier to roll your own in a view rather than hack > admin. Since i use the same django for multiple sites, i like to > leave django stuff alone as i wouldnt want a separate dajngo for each > site Is there an easy way to have admin-like widgets? I'm especially fond of the collapsin

Re: Using admin as the user interface

2006-07-09 Thread Kenneth Gonsalves
On 10-Jul-06, at 2:22 AM, Akatemik wrote: > The admin interface is almost perfect to this as it has powerful ways > to manage and add new items (most notably handling the foreign keys > and > ManyToManys with a nice JS widget). There are only some > modifications I > would need to do, mainly

Using admin as the user interface

2006-07-09 Thread Akatemik
Hi all, I'm making a distributed library database, a library where the books are owned by the users and everybody borrows from others. The admin interface is almost perfect to this as it has powerful ways to manage and add new items (most notably handling the foreign keys and ManyToManys with a