Django REST Framework Task Manager API Personalization
Updated Task Model with created_by field added to link tasks to their creators. Modified views for user ownership & updated serializer to make created_by read-only. Tested with Postman to confirm ownership.