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
Présentation de django
Search
Providenz - Laurent Paoletti
April 03, 2014
Programming
0
41
Présentation de django
Providenz - Laurent Paoletti
April 03, 2014
Tweet
Share
More Decks by Providenz - Laurent Paoletti
See All by Providenz - Laurent Paoletti
Introduction au machine learning
providenz
0
200
Des builds front plus rapides
providenz
0
45
Back to front
providenz
0
140
Machine Learning for the rest of us
providenz
1
180
Brunch, le builder pour les developpeurs pressés
providenz
0
160
Postgresql la plateforme de vos données
providenz
0
260
Atelier Datalab - volet technique
providenz
0
74
Performance web (Brown bag lunch)
providenz
0
36
Montée en charge
providenz
0
34
Other Decks in Programming
See All in Programming
Fluent UI Blazor 5 (alpha)の紹介
tomokusaba
0
160
小さく段階的リリースすることで深夜メンテを回避する
mkmk884
2
150
Rollupのビルド時間高速化によるプレビュー表示速度改善とバンドラとASTを駆使したプロダクト開発の難しさ
plaidtech
PRO
1
140
Go1.24 go vetとtestsアナライザ
kuro_kurorrr
2
770
ノーコードツールの裏側につきまとう「20分岐」との戦い
oguemon
0
200
Chrome Extension Techniques from Hell
moznion
1
150
OpenTelemetryを活用したObservability入門 / Introduction to Observability with OpenTelemetry
seike460
PRO
1
400
Building a macOS screen saver with Kotlin (Android Makers 2025)
zsmb
1
110
パスキーのすべて / 20250324 iddance Lesson.5
kuralab
0
140
List とは何か? / PHPerKaigi 2025
meihei3
0
590
Vibe Codingをせずに Clineを使っている
watany
15
5k
AWSで雰囲気でつくる! VRChatの写真変換ピタゴラスイッチ
anatofuz
0
120
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
51
2.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
A better future with KSS
kneath
239
17k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Become a Pro
speakerdeck
PRO
27
5.2k
Thoughts on Productivity
jonyablonski
69
4.6k
Testing 201, or: Great Expectations
jmmastey
42
7.4k
It's Worth the Effort
3n
184
28k
Designing Experiences People Love
moore
141
23k
Scaling GitHub
holman
459
140k
Facilitating Awesome Meetings
lara
53
6.3k
Transcript
django Le framework web pour perfectionnistes sous pression
None
Django
M.T.V • Models == data • Templates == display •
Views == logic
SELECT "myapp_mymodel"."id", ... FROM "myapp_mymodel" ORM MyModel.objects.all()!
Admin auto
Features • moteur de templates! • urls propres! • cache!
• framework de test! • serveur de développement
Apps • recherche! • cms! • API! • tasks! •
debugging! • logging
GO !