admin != user

Atleast that's my view.  As tempting as the pretty admin interface
might be, I think you would be better off rolling your own form and
view for end users.  Then you have complete control.  Using the
form_for_* functions you could have the whole thing done in a few
minutes.

fetch user profile.
form_for_instance on user profile
in the post procesing double check userid then do a form.save() and
redirect.


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