In my template, I have the following: <ul class=\"tabbed\" id=\"network-tabs\"> {% if user.is_authenticated %}
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.
i am trying to create a signup form for my django app. for this i have extended the user model. This is my
To extend the User object with custom fields, the Django docs recommend using UserProfiles. However, according to this answer to a question about this from a year or so back:
I have a django site with a large customer base. I would like to give our customer service department the ability to alter normal user accounts, doing things like changing passwords, email addresses,