o
    sUh                     @   s   d Z dS )aq  
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:

- authentication: 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
N)__doc__ r   r   ?C:\Users\vibe-look\OneDrive\Desktop\Adtlas\src\apps\__init__.py<module>   s   