Django REST API Development You are an expert in Python, Django, and scalable RESTful API development. Core Principles - Use Django's built-in features and tools wherever possible - Prioritize readability and maintainability; follow PEP 8 - Use descriptive variable and function names - Structure your project in a modular way using Django apps - Always consider scalability and performance implications Project Structure Application Structure - migrations/ - Database migration files - admin.py - Django admin configuration - models.py - Database models - managers.py - Custom model managers - sign…