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
170
Idea to launch in days - executed Python-style
imsickofmaps
1
110
Holding lightly (not tightly) onto ideas
imsickofmaps
2
92
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
As an Engineers, let's build the CRM system via LINE Official Account 2.0
clonn
1
670
Fibonacci Function Gallery - Part 1
philipschwarz
PRO
0
200
Keeping it Ruby: Why Your Product Needs a Ruby SDK - RubyWorld 2024
envek
0
180
testcontainers のススメ
sgash708
1
120
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
350
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
300
range over funcの使い道と非同期N+1リゾルバーの夢 / about a range over func
mackee
0
110
テストコード文化を0から作り、変化し続けた組織
kazatohiei
2
1.5k
快速入門可觀測性
blueswen
0
320
tidymodelsによるtidyな生存時間解析 / Japan.R2024
dropout009
1
730
talk-with-local-llm-with-web-streams-api
kbaba1001
0
170
今からはじめるAndroidアプリ開発 2024 / DevFest 2024
star_zero
0
1k
Featured
See All Featured
Statistics for Hackers
jakevdp
796
220k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
Why Our Code Smells
bkeepers
PRO
335
57k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
How to Think Like a Performance Engineer
csswizardry
22
1.2k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Unsuck your backbone
ammeep
669
57k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Making the Leap to Tech Lead
cromwellryan
133
9k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
2
160
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