I need to make dictionary out of django.auth.model.User instance in
such format:

{'username':'val1', 'password':'val2', 'email':'',
'first_name':'val3', 'last_name':'val4' ...}

In order to populate this data in to the custom form. I have read all
documentation available in order to resolve this simple task, how to
make it?


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