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.

Behaviors

Behavior mixins provide reusable functionality that can be added to models.

Utilities

Utility functions and classes for common operations.

Admin

Admin configurations and customizations.