In my models.py, I use django.contrib.auth.models.User as a foreign key in many of the classes I created.
The User class obviously has a lot of important features that any website developer will need to track and manage users to the website. However, I wish the class had three additional members -- all BooleanFields: myBoolA, myBoolB, myBoolC. What is the safest/cleanest/easiest/best way to achieve this functionality? Where should I add those members? It seems unwise to modify the Django source package itself. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/FkW8DULxAFAJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.