Hi,

I have written a model for a web form (of sorts) I'm making that
people can fill in from the admin site.  I have set permissions from
the admin end so they can only write or change new posts of the form
(see http://dpaste.org/BZ5Nm/). it's still work in progress  but I
have two problems.
First instead of using a CharField to take their name, i'd like it to
auto populate, there full name and email address as they will be
logged in and authenticated at the admin login site.


Secondly instead of having a set of name choices for the approver i'd
like to make a group in the admin called approver, and have it let you
select from a list (so if we have a new approver i can just add them
to the group).  I know how to make the group, i just don't know how to
get the model to display these in the admin site as a drop-down list.

I'd also like the database to link the first form and the second
form... and make it so only the person who has been requested to do
the work can fill in the required fields.

Can anyone give me some clues/ell me how to do this.... My coding
skillz are somewhat lacking!!??!! so i'd really appreciate any help!

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to