django-users Questions

4

Solved

I'd like to use Django's Messages module, however, I would like my messages to persist until the user clicks an X next to the message as opposed to having messages disappear as soon as the user rel...
Tiresome asked 19/6, 2010 at 16:52

3

Solved

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. Is it better to use...
Henton asked 11/7, 2010 at 3:25

2

Solved

In my template, I have the following: <ul class="tabbed" id="network-tabs"> {% if user.is_authenticated %} <li><a href="{% url acct-my-profile %}">My Account</a></li&...
Lemming asked 26/7, 2010 at 17:42

2

Solved

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: extending django.co...
Phoebephoebus asked 3/5, 2010 at 12:56

© 2022 - 2024 — McMap. All rights reserved.