From fa4adcd690139e1df5330a6c468beeba177c0c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gir=C3=A3o=20Serr=C3=A3o?= <5621605+rodrigogiraoserrao@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:18:59 +0100 Subject: [PATCH 1/2] Add stub for Django sprint. --- src/content/sprints/django.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/content/sprints/django.md diff --git a/src/content/sprints/django.md b/src/content/sprints/django.md new file mode 100644 index 000000000..05e1604bb --- /dev/null +++ b/src/content/sprints/django.md @@ -0,0 +1,17 @@ +--- +title: "Django web framework" +numberOfPeople: "TBA" # How many people you expect to be able to accommodate. +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Thibaud Colas" + email: "thibaudcolas@gmail.com" + github: "https://github.com/thibaudcolas" + # twitter: +links: # Add as many links as relevant. + - title: "Django GitHub repository" + url: "https://github.com/django/django" + - title: "Contributing code documentation page" + url: "https://docs.djangoproject.com/en/5.2/internals/contributing/writing-code/" +--- + +Come sprint on Django, the web framework for perfectionists with deadlines! From 108dd0edf0c4961d6cc59c26359ab2978defbf65 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:32:17 +0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Thibaud Colas --- src/content/sprints/django.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/sprints/django.md b/src/content/sprints/django.md index 05e1604bb..a52233aa3 100644 --- a/src/content/sprints/django.md +++ b/src/content/sprints/django.md @@ -1,17 +1,17 @@ --- -title: "Django web framework" -numberOfPeople: "TBA" # How many people you expect to be able to accommodate. +title: "Django" +numberOfPeople: "15" # How many people you expect to be able to accommodate. pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. contactPerson: # The main person to reach out to regarding the sprint. name: "Thibaud Colas" email: "thibaudcolas@gmail.com" - github: "https://github.com/thibaudcolas" - # twitter: + github: "thibaudcolas" + twitter: "thibaud_colas" links: # Add as many links as relevant. - title: "Django GitHub repository" url: "https://github.com/django/django" - - title: "Contributing code documentation page" - url: "https://docs.djangoproject.com/en/5.2/internals/contributing/writing-code/" + - title: "Contributing to Django" + url: "https://docs.djangoproject.com/en/dev/internals/contributing/" --- Come sprint on Django, the web framework for perfectionists with deadlines!