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
Whipping up a RESTful life with Django REST Fra...
Search
Mike Jones
April 18, 2015
Programming
0
90
Whipping up a RESTful life with Django REST Framework
Presentation given to the Cape Town Python User Group (CTPUG) on Saturday April 18th 2015
Mike Jones
April 18, 2015
Tweet
Share
More Decks by Mike Jones
See All by Mike Jones
Better APIs using GraphQL with Python
imsickofmaps
0
270
Just Enough Scale To Survive
imsickofmaps
2
120
Pragmatic Web Development
imsickofmaps
0
180
Idea to launch in days - executed Python-style
imsickofmaps
1
110
Holding lightly (not tightly) onto ideas
imsickofmaps
2
94
ScaleConf 2013: I started out with nothing and I've still got most of it left
imsickofmaps
0
190
Other Decks in Programming
See All in Programming
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
240
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.1k
技術を根付かせる / How to make technology take root
kubode
1
240
sappoRo.R #12 初心者セッション
kosugitti
0
240
2,500万ユーザーを支えるSREチームの6年間のスクラムのカイゼン
honmarkhunt
6
5.2k
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
250
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
Software Architecture
hschwentner
6
2.1k
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
定理証明プラットフォーム lapisla.net
abap34
1
1.8k
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.9k
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Faster Mobile Websites
deanohume
306
31k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
The World Runs on Bad Software
bkeepers
PRO
67
11k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
4 Signs Your Business is Dying
shpigford
182
22k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
9
430
KATA
mclloyd
29
14k
Transcript
[~] Western Cape Labs Mike Jones @imsickofmaps WHIPPING UP A
RESTful LIFE WITH DJANGO REST FRAMEWORK
Western Cape Labs ~ [ ] smart apps for dumb
phones smart sites for busy people
keeps interfaces simple a style not a standard WHY ARE
REST APIs IMPORTANT? implementation agnostic read: otw.io/g/web-api.pdf
www.django-rest-framework.org
started getting
working get it define a serializer make your model link
to a view expose a url
model make your
serializer define a
view link to a
url expose a
tests! write some
tests! write some
api browsable
browsable api
let’s go crazy
Thanks.
[email protected]
@imsickofmaps