Skip to content

Refactor Django model class names #837

@jonfroehlich

Description

@jonfroehlich

When we originally wrote some models like Project_header and Project_umbrella, we didn't follow best naming practices. And it's bothered me ever since. These should be ProjectHeader and ProjectUmbrella respectively.

However, it's not a matter of simply renaming these in code because they are actually table names in PostgreSQL. So, we have to write custom migration code to handle this. Shouldn't be too difficult but will require some work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions