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
42
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
38
Montée en charge
providenz
0
35
Other Decks in Programming
See All in Programming
Qiita Bash
mercury_dev0517
2
200
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
100
[NG India] Event-Based State Management with NgRx SignalStore
markostanimirovic
1
160
Vibe Coding の話をしよう
schroneko
6
940
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.7k
監視 やばい
syossan27
6
3.2k
The Nature of Complexity in John Ousterhout’s Philosophy of Software Design
philipschwarz
PRO
0
100
小田原でみんなで一句詠みたいな #phpcon_odawara
stefafafan
0
340
SEAL - Dive into the sea of search engines - Symfony Live Berlin 2025
alexanderschranz
1
140
Bedrock×MCPで社内ブログ執筆文化を育てたい!
har1101
6
1k
MCP調べてみました! / Exploring MCP
uhzz
2
2.3k
エンジニア未経験が最短で戦力になるためのTips
gokana
0
280
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Java REST API Framework Comparison - PWX 2021
mraible
30
8.5k
Documentation Writing (for coders)
carmenintech
69
4.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
104
19k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
520
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Code Reviewing Like a Champion
maltzj
522
40k
Designing Experiences People Love
moore
141
24k
We Have a Design System, Now What?
morganepeng
52
7.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.4k
4 Signs Your Business is Dying
shpigford
183
22k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
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 !