# -*- coding: utf-8 -*-
"""
Adtlas Applications Package

This package contains all Django applications for the Adtlas DAI Management System.
Each app is designed to handle a specific domain of functionality:

- accounts: User authentication and authorization
- core: Core functionality and shared utilities
- campaigns: Campaign management and operations
- advertisers: Advertiser and brand management
- channels: TV channel and programming management
- adspots: Ad spot and creative management
- playlists: Playlist and scheduling management
- analytics: Analytics, reporting, and insights
- vast: VAST protocol implementation and ad serving

Each app follows Django best practices with:
- Models for data representation
- Views for business logic
- URLs for routing
- Templates for presentation
- API endpoints for external integration
- Tasks for background processing
- Tests for quality assurance
"""