where is the User model
in the model module init.py file I find some code like this: User.add_to_class('gravatar', models.CharField(max_length=32)) what does this mean.
Where is the real User model. If I want to add some column in the model User, How can I do it?
thx
Comments