Re: Hacking the admin

2007-12-13 Thread jacmkno
I have built a similar funcionality for per-row permissions, but it is still a bit ugly. For now it does the following: 1. A new button called "permissions", appears on every object instance you edit. 2. When you clic that button it brings you to a list of permissions for the entry (new model in t

Hacking the admin

2007-12-08 Thread Antares
Hello, In almost all my sites, I'm using a moderation zone, which it's pretty much the same as the admin zone but I have per-row permissions. Usually I build multiuser sites, and in my models I always add: from django.contrib.auth.models import User # This can be: Published, Pending, Rejected...