I am using UserProfile to save some fields that I created. Its working fine. But I would like to create a new view to let 开发者_运维问答user change (update) theses fields values. But, theses values a
I am trying to create a custom profile to add additional fields to django-registration. Here is the code I have so far --
I\'m using django-profiles and django.contrib.comments and I am trying to display all comments for a particular user in their profile.
Im using django-profiles. In my profile_detail template I know that I will receive a profile variable.
I have开发者_如何学运维 a Google App Engine app based on django / django_appengine that I wish to modify by adding user profile support to it, because the basic user model is a bit simplistic for my s
I\'m finding conflicting information on whether to use OneToOneField(User) or ForeignKey(User, unique=True) when creating a UserProfile model by extending the Django User model.
In my Django application I would like the user to be able to change the email address. I\'ve seen solution of StackO开发者_如何学运维verflow pointing people to django-profiles. Unfortunately I don\'t
I\'m working on a problem that seems like it might be solved by applying an Attribute to the DependencyProperty.I got curious and I can\'t find documentation that lists all the XXXAttribute classes th