Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How to contibute to Django
Search
asendecka
February 15, 2014
Programming
2
410
How to contibute to Django
Short intro to contributing to Django done at 3rd Django Sprint in Kraków
asendecka
February 15, 2014
Tweet
Share
More Decks by asendecka
See All by asendecka
Code Review And Why Are We Wrong About It And How To Use It To Our Advantage
asendecka
2
440
Anatomy Of A Code Review
asendecka
9
1.1k
Into the Rabbit Hole
asendecka
3
1.8k
Other Decks in Programming
See All in Programming
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
190
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
1
10k
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
190
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
290
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
320
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
5.6k
A2A プロトコルを試してみる
azukiazusa1
2
1.4k
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
220
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
生成AI時代のコンポーネントライブラリの作り方
touyou
1
210
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
86
29k
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Facilitating Awesome Meetings
lara
54
6.4k
Navigating Team Friction
lara
187
15k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
Writing Fast Ruby
sferik
628
62k
Agile that works and the tools we love
rasmusluckow
329
21k
What's in a price? How to price your products and services
michaelherold
246
12k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Embracing the Ebb and Flow
colly
86
4.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Transcript
Contributing to Django How to do that?
Visit a link • https://docs.djangoproject.com/en/dev/internals/ contributing/writing-code/unit-tests/ • you should have
it in the email we’ve sent you 2 days ago
None
Follow the instructions
And run all tests!
If you have any problems: ask Tomek for help
or any person sitting nearby!
It’s a good idea to work in pairs!
Find a ticket https://code.djangoproject.com
None
Make sure to read all comments
Login (or sign up)
Assign the ticket to yourself
Start working!
If you have any problem: ask!
If you are done • make a pull request… look
at “Working with Git and GitHub” https:// docs.djangoproject.com/en/dev/internals/ contributing/writing-code/working-with-git/ • or create a patch and upload it under the ticket
All info about contributing to Django is here: • https://docs.djangoproject.com/en/dev/internals/
contributing/
Have fun!