A comprehensive Customer Relationship Management software built on Django with extensive customization capabilities
Template tags, context processors, and custom widgets for building the web interface and customizing the user experience.
# Core template tags for CRM functionality
creme_core_tags # Core utilities and filters
creme_bricks # Brick/widget system
creme_listview # List view rendering
creme_form # Form rendering and validation
creme_widgets # Custom form widgets
creme_menu # Navigation and menu system
creme_perms # Permission checking
creme_cells # Cell rendering for list viewsdef get_base_template():
"""Get base template configuration for theming."""
def get_css_theme():
"""Get current CSS theme settings."""
def get_bricks_manager():
"""Get brick system manager for dashboard widgets."""Install with Tessl CLI
npx tessl i tessl/pypi-creme-crmdocs