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 nice JS widget). There are only some modifications I
would need to do, mainly limit the users ability to add items only
owned by them (like books and loans), limit the ability to edit/delete
only to items owned by them and to add some custom controls (like a
link to "Loan this book" in the details and list view of books and a
"Search this ISBN" to search for other data based on ISBN in add new
item).

The first one is explained at
http://lukeplant.me.uk/blog.php?id=1107301634 and I trust the
templating will bend into adding new controls. But what about editing
items based on authenticated user and the user linked to the item in
the database?

Or am I in completery wrong tracks to use the admin for this (I just

thought it would be stupid to make my own and worse interface since
most things I would need to do is included in the admin)?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to