Common App ========== The `common` app serves as the core of the Django Project Template, providing shared models, utilities, and behaviors used throughout the application. Models ------ The common app includes essential models like User, Team, Address, and others. .. automodule:: apps.common.models :members: Behaviors --------- Behavior mixins provide reusable functionality that can be added to models. .. automodule:: apps.common.behaviors :members: Utilities --------- Utility functions and classes for common operations. .. automodule:: apps.common.utilities :members: Admin ----- Admin configurations and customizations. .. automodule:: apps.common.admin :members: