On 4/5/06, arthur debert <[EMAIL PROTECTED]> wrote:
> 1) fire the shell (cd to your project dir) then:
>    python manage.py shell
>    from django.contrib.auth.models import User
>    dir(User) or dir(User,objetcts.all()[0])

User.__doc__ will also get you this information, in a form which lets
you conveniently copy, paste and fill in values to instantiate a new
User.

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to