Hi Derek, One way to do this would be to create a proxy model that can be used throughout your project.
Check out http://docs.djangoproject.com/en/dev/topics/db/models/#proxy-models for more info. Take care, Rajiv. On 3/24/10 7:44 AM, Derek wrote: > I am currently using UserProfile to create additional fields that are > needed for my users. > > I would like to be able to alter the existing User model to use the same > fields, but make some of them "required" (show up as bold on the form) > e,g, the first name and last name.� How would I do that? > > Thanks > Derek > > -- > You received this message because you are subscribed to the Google > Groups "Django users" group. > To post to this group, send email to django-us...@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. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.