I'm in the middle of converting a quixote app over to django.  Like
many people when I saw the admin app, there was no turning back.  I'm
trying to leverage the hell out of the admin component and so far the
magic genie has granted all my wishes.  I'm curious, however, how close
I'm getting to the "wall" (there has to be one, no?).  90% of my
current functionality is doable via the admin so far.  I'd be as happy
as a school girl if I can get the other 10% as well for "free" as it
were.  So here are some general django admin app questions:

- Is there a way to have input fields that are only available to
certain users/groups?
- Is there a way to have certain filters on as default?  (Instead of
set to "All")
- Is there a way to highlight certain rows with colors (e.g. if a row
meets a certain condition - e.g. a task past a due date highlighted in
red.)
- Is there a way to have certain rows not editable based on user/group
   (e.g the mangager_signoff column is true so non manager users can't
   modify this row any more)?
- Is there a reasonable way to add/remove buttons to/from the
save/delete buttons at the bottom of the create/update pages?

Thanks in advance.

X-Google-Language: ENGLISH,ASCII-7-bit
Received: by 10.11.53.63 with SMTP id b63mr108828cwa;
        Sun, 21 May 2006 15:28:35 -0700 (PDT)
X-Google-Token: DvftQwwAAAByLOt2cqpwjehr7aYFWCGB
Received: from 69.51.79.113 by u72g2000cwu.googlegroups.com with HTTP;
        Sun, 21 May 2006 22:28:35 +0000 (UTC)
From: "qhfgva" <[EMAIL PROTECTED]>
To: "Django users" <django-users@googlegroups.com>
Subject: does django go to 11?
Date: Sun, 21 May 2006 22:28:35 -0000
Message-ID: <[EMAIL PROTECTED]>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) 
Gecko/20051111 Firefox/1.5,gzip(gfe),gzip(gfe)
Mime-Version: 1.0
Content-Type: text/plain

I'm in the middle of converting a quixote app over to django.  Like
many people when I saw the admin app, there was no turning back.  I'm
trying to leverage the hell out of the admin component and so far the
magic genie has granted all my wishes.  I'm curious, however, how close
I'm getting to the "wall" (there has to be one, no?).  90% of my
current functionality is doable via the admin so far.  I'd be as happy
as a school girl if I can get the other 10% as well for "free" as it
were.  So here are some general django admin app questions:

- Is there a way to have input fields that are only available to
certain users/groups?
- Is there a way to have certain filters on as default?  (Instead of
set to "All")
- Is there a way to highlight certain rows with colors (e.g. if a row
meets a certain condition - e.g. a task past a due date highlighted in
red.)
- Is there a way to have certain rows not editable based on user/group
   (e.g the mangager_signoff column is true so non manager users can't
   modify this row any more)?
- Is there a reasonable way to add/remove buttons to/from the
save/delete buttons at the bottom of the create/update pages?

Thanks in advance.


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