Skip to content

Why does account.models.Account still exist? #220

Open
@irothschild

Description

@irothschild

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions