Open
Description
It would make sense for Pinax to easily allow new fields to be added to the Account model (see #60 ) so that account settings can be stored together and edited and saved from a single form/view. Since the recommended way is to instead put fields in a custom User model, why have an Account model anymore? Why not just move the timezone and language into a Custom User model that we can inherit from?
Has the django community really not addressed the need to be able to subclass models, forms, and views and just have them work?