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
43
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
47
Back to front
providenz
0
140
Machine Learning for the rest of us
providenz
1
190
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
40
Montée en charge
providenz
0
35
Other Decks in Programming
See All in Programming
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
290
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
180
NPOでのDevinの活用
codeforeveryone
0
700
5つのアンチパターンから学ぶLT設計
narihara
1
140
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
3.8k
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
4
260
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
140
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
620
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
670
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
690
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
620
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
Featured
See All Featured
Become a Pro
speakerdeck
PRO
28
5.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
How STYLIGHT went responsive
nonsquared
100
5.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
YesSQL, Process and Tooling at Scale
rocio
173
14k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Docker and Python
trallard
44
3.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
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 !