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
38
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
42
Back to front
providenz
0
130
Machine Learning for the rest of us
providenz
1
180
Brunch, le builder pour les developpeurs pressés
providenz
0
150
Postgresql la plateforme de vos données
providenz
0
260
Atelier Datalab - volet technique
providenz
0
72
Performance web (Brown bag lunch)
providenz
0
36
Montée en charge
providenz
0
34
Other Decks in Programming
See All in Programming
php-conference-japan-2024
tasuku43
0
410
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
410
create_tableをしただけなのに〜囚われのuuid編〜
daisukeshinoku
0
340
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
1.3k
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.3k
KMP와 kotlinx.rpc로 서버와 클라이언트 동기화
kwakeuijin
0
290
情報漏洩させないための設計
kubotak
5
1.3k
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
1.5k
今年のアップデートで振り返るCDKセキュリティのシフトレフト/2024-cdk-security-shift-left
tomoki10
0
350
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
270
Fibonacci Function Gallery - Part 1
philipschwarz
PRO
0
270
선언형 UI에서의 상태관리
l2hyunwoo
0
260
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Being A Developer After 40
akosma
89
590k
Docker and Python
trallard
43
3.2k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
Agile that works and the tools we love
rasmusluckow
328
21k
How STYLIGHT went responsive
nonsquared
96
5.3k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
560
Speed Design
sergeychernyshev
25
730
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 !