This file provides guidance to WARP (warp.dev) when working with code in this repository.
# Install development dependencies and build assets
make develop| <title>2024 Annual Impact Report | Django Software Foundation</title> | |
| <meta id="theme" name="color-scheme" content="light"> | |
| <script>theme.content = localStorage.getItem('report-theme')</script> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="2024 highlights, community-driven achievements, impactful stories, and financial transparency"> | |
| <meta name="fediverse:creator" content="@[email protected]"> | |
| <meta name="twitter:card" content="summary_large_image"> | |
| <meta property="og:type" content="article"> | |
| <meta name="twitter:site" content="@djangoproject"> | |
| <meta name="twitter:creator" content="@djangoproject"> |
| #!/usr/bin/env python3 | |
| """ | |
| Convert a frab/pretalx schedule JSON to CSV for Google Sheets. | |
| Usage: | |
| python frab_to_csv.py input.json > output.csv | |
| """ | |
| import sys, json, csv | |
| from datetime import datetime | |
| REQUIRED_ORDER = [ |
| #!/usr/bin/env python3 | |
| """ | |
| Convert a frab/pretalx schedule JSON to CSV for Google Sheets. | |
| Usage: | |
| python frab_to_csv.py input.json > output.csv | |
| """ | |
| import sys, json, csv | |
| from datetime import datetime | |
| REQUIRED_ORDER = [ |
👋 DSF Members, we need your help! We’re more than halfway into 2025 and only at about 32% of our fundraising for the year. The situation isn’t dire by any means, we have some reserves, but it’s not particularly rosy either. We want to take the financial sustainability of Django more seriously, we have exciting plans for the future (new hires, more new hires, then feature grants), and we could use extra help to make things happen.
If your time is limited, the single best thing you can do today is to get someone you know to contribute to our fundraising campaign for Django’s 20th birthday. I’m sure there are lots of people in your networks that have used Django for years, or a decade, or two! That have built their careers in this space. And yet might not even be aware that this is all a non-profit operation run by volunteers. Get them to donate $20+ to Django if they can afford it! It only takes about 45 se
For more examples see timeline-of-django and 20,000 Django packages.
Here is what I had noted on the work needed:
For what it’s worth – I tried updating my report based on
2.4-edition-wcag-2.1-508-eu-en.yamlto the new 2.5 edition WCAG 2.2 here, it worked great 🌈. All I had to do was manually add the data for the additional SCs in my YAML report, then use the CLI with this PR to output Markdown and HTML. Thank you!
Diff between the 2.4 and 2.5 reports:
diff --git a/audits/acr/acr_wagtail_5.2_2.4-edition-wcag-2.1-508-en.yaml b/audits/acr/acr_wagtail_5.2_2.5-edition-wcag-2.2-508-en.yaml
index 7d634f6..d35843f 100644
--- a/audits/acr/acr_wagtail_5.2_2.4-edition-wcag-2.1-508-en.yaml| import { co2 } from "@tgwf/co2"; | |
| const swdmV4 = new co2({ model: "swd", version: 4 }); | |
| // Figures as of 2025-01-23 | |
| // https://sustainablewebdesign.org/digital-carbon-ratings/ | |
| const ratings = { | |
| "A+": 272.51, | |
| A: 531.15, | |
| B: 975.85, |