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 recipe sharing platform with Django. Users can create recipes with ingredients, steps, and categories. The homepage shows the 20 most popular recipes (by number of likes) with their author names and category labels. Each recipe has a detail page showing all ingredients, steps, and comments from other users.
Requirements:
/recipes/<slug>/ shows everything including ingredients, steps, and comments with commenter namesProduce Python source files in a recipeapp/ 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