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 an event booking system with Django. Event organizers create events, and attendees can browse and book spots. The events listing page shows upcoming events with organizer names and remaining capacity. Each event has a detail page with full description and a booking form.
Requirements:
/events/ shows upcoming events sorted by date, displaying organizer name and spots remaining/events/<slug>/ showing all details and list of attendees/dashboard/ shows their bookings with event details and organizer namesProduce Python source files in a eventsite/ 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