I have a list of things I'd like to do in the admin for a new client
but I'm not sure if all of these are possible.  I'm hoping those more
familiar with admin tweaking could provide a Yes/No for these?  I've
heard something about how the new admin branch allows for multiple
admins, so possibly one admin is the standard data management admin,
and one admin is various links to jump off into the other bits listed
below?

1) Add a duplicate this record button to start a new 'Add [model]'
page but pre filled in with data from an existing record.

2) Add some light reporting views.  I imagine these would be just like
a public view but limited and linked to from the admin somehow -- so
I'd need admin authentication and a link in the admin?

3) If I can do #2, that opens up a lot of things for the other items on my list.

4) When adding a new record to a model, hook in an AJAX call to check
if the item already exists in the table and indicate if it does.
(There's a single column that is the key for this.)

5) And advanced search for their main model.  This is posible via #2
but it would be interesting if this could be abstracted a bit and be
re-used.  I'm kind of thinking of a way to specify which fields should
be included in the advanced search and automatically generate a form
and process the form submit to search those fields?  Not looking at
full-text search at all, but simple things like `title` contains
'django', `bestseller` is true, `binding` is 'Hard Cover', things like
that.

6) From the admin create a 3-step wizard to build, generate, and send
a newsletter.  Probably another item that depends on #2.


Thanks,
Rob

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to