Tall models.py with a common prefix

Taller models.py with many Models may be more difficult to maintain than shorter models.py with fewer Models.

There is a limit to how many items a developer can consider when forming a mental model of source code.

It may be time to split an application if models.py is very long.

A good starting point would be to move models with the same prefix to a sub-application.

Instantly check if you have this issue for free

    Works with tools you use

    Read about how it works.