I'm new to Django.  I've done the djangoproject tutorial and some others,
but I haven't come across an answer to my current problem.  I have a form
that the users fill out.  I want the user to be restricted to his form
only.  Admin should be able to see all forms info.  I was thinking I could
add a field to the user model, then select the correct form to show for
editing based on that field when the user logs in.  Am I thinking
correctly?  If so, how do I add to the user model?

-- 
Joel Goldstick

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