Django patterns -- custom user model, project structure, models, views, URL routing, select_related/prefetch_related, signals vs save(), middleware, settings splitting, custom managers, management commands
92
87%
Does it follow best practices?
Impact
100%
1.63xAverage score across 5 eval scenarios
Passed
No known issues
Build a project task tracker with Django. Teams use it to organize work into projects and tasks. The dashboard shows all projects a user belongs to with task counts. Each project page lists its tasks with assignee names and status.
Requirements:
/dashboard/ shows all projects the user is a member of, with the count of open tasks per project and the project owner's name/projects/<slug>/ shows project info, members, and all tasks with assignee names and statusesProduce Python source files in a tracker/ directory:
manage.pyDo not run migrations or start the server.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
skills
django-best-practices
verifiers