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.9k
Other Decks in Programming
See All in Programming
JetBrainsのAI機能の紹介 #jjug
yusuke
0
200
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
460
iOS開発スターターキットの作り方
akidon0000
0
240
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
360
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
2.1k
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
260
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
160
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
17
3.8k
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
260
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
1.6k
Comparing decimals in Swift Testing
417_72ki
0
170
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
800
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.3k
The Cult of Friendly URLs
andyhume
79
6.5k
Six Lessons from altMBA
skipperchong
28
3.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
450
How to train your dragon (web standard)
notwaldorf
96
6.2k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Art of Programming - Codeland 2020
erikaheidi
54
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!