o
    ·SehB  ã                   @   s   d Z dS )a	  
    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 management and operations
    - auth: User authentication and authorization 
    - common: Common functionality and shared utilities
    - core: Functionalities  
    - 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   úAC:\Users\vibe-look\OneDrive\Desktop\Adtlas_V\src\apps\__init__.pyÚ<module>   s   