django-profiles
Django: Changing User Profile by forms
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[详细]
2023-03-20 15:28 分类:问答django-registration create_user() unexpected keyword
I am trying to create a custom profile to add additional fields to django-registration. Here is the code I have so far --[详细]
2023-03-06 05:01 分类:问答Django retrieve all comments for a user
I\'m using django-profiles and django.contrib.comments and I am trying to display all comments for a particular user in their profile.[详细]
2023-02-17 01:40 分类:问答passing variable to django custom template tag
Im using django-profiles. In my profile_detail template I know that I will receive a profile variable.[详细]
2023-01-31 13:33 分类:问答How can I add user profile support to a google app engine app?
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[详细]
2023-01-15 13:45 分类:问答Django: When extending User, better to use OneToOneField(User) or ForeignKey(User, unique=True)?
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.[详细]
2023-01-07 04:29 分类:问答Change user email in Django without using django-profiles
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[详细]
2022-12-27 18:42 分类:问答Is there a list of Attribute classes that can be applied to a DependencyProperty?
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[详细]
2022-12-17 12:16 分类:问答