diff --git a/Gemfile.lock b/Gemfile.lock index b131638..6f72475 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + activesupport (7.2.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -34,7 +34,7 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - execjs (2.9.1) + execjs (2.10.0) faraday (2.12.0) faraday-net_http (>= 2.0, < 3.4) json @@ -221,7 +221,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.7.2) + json (2.7.4) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -261,7 +261,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.7) + rexml (3.3.9) rouge (3.30.0) rubyzip (2.3.2) safe_yaml (1.0.5) diff --git a/_posts/2024-10-29-dsf-candidates-2025.md b/_posts/2024-10-29-dsf-candidates-2025.md new file mode 100644 index 0000000..a9ec3d5 --- /dev/null +++ b/_posts/2024-10-29-dsf-candidates-2025.md @@ -0,0 +1,24 @@ +--- +title: "Black Python Devs Running for the DSF" +date: 2024-10-29 +author: Jay Miller +lang: en +layout: post +featured_image: /assets/images/django-foundation-election.webp +--- + +The [DSF Board Candidates have been announced](https://www.djangoproject.com/weblog/2024/oct/28/2025-dsf-board-candidates/) and voting is now open for DSF members now until 15 November (Anywhere on Earth). + +The DSF Board serve two year terms. "This is an excellent opportunity to help advance Django. They guide the direction of the marketing, governance and outreach activities of the Django community." + +Here are some Black Python Devs Members Running for the four seats open: + +- [Abigail Gbadago — Accra, Ghana](https://www.djangoproject.com/weblog/2024/oct/28/2025-dsf-board-candidates/#abigail-gbadago) +- [Ariane Djeupang Jocelyne — Yaounde, Cameroon](https://www.djangoproject.com/weblog/2024/oct/28/2025-dsf-board-candidates/#ariane-djeupang-jocelyne) +- [Chris Achinga — Mombasa, Kenya](https://www.djangoproject.com/weblog/2024/oct/28/2025-dsf-board-candidates/#chris-achinga) +- [Julius Nana Acheampong Boakye — Accra, Ghana](https://www.djangoproject.com/weblog/2024/oct/28/2025-dsf-board-candidates/#julius-nana-acheampong-boakye) +- [Keanya Phelps — Chicago, USA](https://www.djangoproject.com/weblog/2024/oct/28/2025-dsf-board-candidates/#keanya-phelps) + +The mission of Black Python Devs is to _extend the Python Communities to communities of Black Pythonistas around the world_ and these individuals all represent leadership in their local communities. + +We wish each candidate the best of luck in this election. diff --git a/assets/images/django-foundation-election.webp b/assets/images/django-foundation-election.webp new file mode 100644 index 0000000..d8f89dc Binary files /dev/null and b/assets/images/django-foundation-election.webp differ