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
94
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
280
Just Enough Scale To Survive
imsickofmaps
2
120
Pragmatic Web Development
imsickofmaps
0
200
Idea to launch in days - executed Python-style
imsickofmaps
1
110
Holding lightly (not tightly) onto ideas
imsickofmaps
2
99
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
CSC307 Lecture 17
javiergs
PRO
0
120
イベントストーミングから始めるドメイン駆動設計
jgeem
4
850
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
510
AIネイティブなプロダクトをGolangで挑む取り組み
nmatsumoto4
0
110
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
410
実はすごいスピードで進化しているCSS
hayato_yokoyama
0
120
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
17
4.7k
Development of an App for Intuitive AI Learning - Blockly Summit 2025
teba_eleven
0
120
人には人それぞれのサービス層がある
shimabox
3
680
Datadog RUM 本番導入までの道
shinter61
1
290
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
580
ワンバイナリWebサービスのススメ
mackee
10
7.7k
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.8k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
How to train your dragon (web standard)
notwaldorf
92
6.1k
Gamification - CAS2011
davidbonilla
81
5.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Speed Design
sergeychernyshev
31
990
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
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