Friday, October 2, 2020

Django Weblog: Django Technical Board Election Results 2020

Greetings!

The winners of the first Django Technical Board Election after the adoption of DEP-10 are:

  • Andrew Godwin
  • Adam Johnson
  • Markus Holtermann
  • Tom Forbes
  • James Bennett

The break down of voting was:

  • 212 eligible voters
  • 81 total votes
  • 1 rejected spam vote (bogus email/code)

The final tally of votes was:

Name Count Percentage
Andrew Godwin 77 96.3%
Adam Johnson 68 85%
Markus Holtermann 66 82.5%
Tom Forbes 59 73.8%
James Bennett 58 72.5%
Simon Charette 48 60%

Congratulations to the winners and thank you to everyone for participating!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...