# -*- coding: utf-8 -*-
"""
Notifications Management Package

This package contains Django management commands for the notifications app.

Commands:
    - send_test_notification: Send test notifications
    - cleanup_notifications: Clean up old notifications
    - process_notification_queue: Process queued notifications
    - generate_notification_report: Generate analytics reports
    - create_notification_types: Create default notification types
    - send_bulk_notification: Send bulk notifications
    - export_notifications: Export notification data

Author: AdTlas Development Team
Version: 1.0.0
Last Updated: 2024
"""