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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Mike Jones
April 18, 2015
Programming
0
100
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
290
Just Enough Scale To Survive
imsickofmaps
2
130
Pragmatic Web Development
imsickofmaps
0
230
Idea to launch in days - executed Python-style
imsickofmaps
1
120
Holding lightly (not tightly) onto ideas
imsickofmaps
2
110
ScaleConf 2013: I started out with nothing and I've still got most of it left
imsickofmaps
0
200
Other Decks in Programming
See All in Programming
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
140
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
550
CSC307 Lecture 13
javiergs
PRO
0
320
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
410
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
360
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
930
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
880
SourceGeneratorのマーカー属性問題について
htkym
0
180
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
490
CSC307 Lecture 14
javiergs
PRO
0
470
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
140
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
Chasing Engaging Ingredients in Design
codingconduct
0
140
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Building the Perfect Custom Keyboard
takai
2
710
Music & Morning Musume
bryan
47
7.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Navigating Team Friction
lara
192
16k
Are puppies a ranking factor?
jonoalderson
1
3.1k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
69
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