Questions tagged [user-object]
34 questions
0
votes
1 answer
Are User Objects just like weak pointers?
I was studying Task Manager in detail, there I found column called USER Objects. Now when I tried to search for it's exact meaning, I got following description,
Task Manager Columns Description
The number of USER objects currently being used by…

Pranit Kothari
- 9,721
- 10
- 61
- 137
0
votes
1 answer
What to use django user object or create a user model?
I want to create a user for my website that can submit a request form
but I'm wondering which is suitable choice :
To use a user object that already created
Create a user model from scratch
Note: I will let the users to login in my website from…

Hannah
- 65
- 1
- 9
0
votes
1 answer
Add Django Variables in Email Template
I have a relatively simple objective: send email to Django admins when users register and activate their accounts that contain user information, like username, email, etc. I am using django-registration for handling the registration process. I then…

nicorellius
- 3,715
- 4
- 48
- 79
0
votes
1 answer
user_objects oracle
I would just like to ask what is the difference between user_constraints and user_objects.
I have two databases and run a script on both DB that resulted a unique constraint error.
To solve the problem I deleted the constraint on user_constraint…

mysticfalls
- 445
- 5
- 17
- 28