Skip to content

Commit 811adec

Browse files
Adding DataJourney to PyLadiesCon 2025 open source sprints (#120)
1 parent be85f24 commit 811adec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/[lang]/sprints.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ const sprintsData = [
4141
languages: "Astro, HTML",
4242
maintainers_discord: ["vadal7373"]
4343
},
44+
{
45+
name: "DataJourney",
46+
project_url: "https://github.com/DataJourneyHQ/DataJourney",
47+
project_doc_url: "https://github.com/DataJourneyHQ/DataJourney/wiki/Contribute-to-DataJourney",
48+
description: "A friendly Design first Open Source Data Management Toolkit",
49+
level: "Beginner friendly",
50+
languages: "Python, HTML",
51+
maintainers_discord: ["sayantika_hq"]
52+
},
4453
];
4554
4655
---

0 commit comments

Comments
 (0)