On Fri, Mar 16, 2012 at 4:52 AM, yillkid <yill...@gmail.com> wrote: > Hi all: > > I want add a filed in app to add user page (/admin/auth/user/ ), > > or > > Actually I just want to add a valid date (DateTIme Filed) in add user page, > > and this Filed I have create in UserProfile class already, then how I should > do ? > > thanks. > > -- > 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/-/tbvw5Nc8e9IJ. > 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.
Django has a way to extend user information with User Profiles. Here is one of the first items that pops up on google: http://www.turnkeylinux.org/blog/django-profile If you are using v1.3 here is the section in the docs: https://docs.djangoproject.com/en/1.3/topics/auth/#storing-additional-information-about-users Apparently this is an area that is changing in v1.4 so take note -- Joel Goldstick -- You received this message because you are subscribed to the Google Groups "Django users" group. 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.