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
97
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
130
Pragmatic Web Development
imsickofmaps
0
220
Idea to launch in days - executed Python-style
imsickofmaps
1
120
Holding lightly (not tightly) onto ideas
imsickofmaps
2
100
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
モビリティSaaSにおけるデータ利活用の発展
nealle
1
630
イベントストーミングのはじめかた / Getting Started with Event Storming
nrslib
1
730
全員アーキテクトで挑む、 巨大で高密度なドメインの紐解き方
agatan
8
10k
ゼロダウンタイムでミドルウェアの バージョンアップを実現した手法と課題
wind111
0
220
レイトレZ世代に捧ぐ、今からレイトレを始めるための小径
ichi_raven
0
470
Querying Design System デザインシステムの意思決定を支える構造検索
ikumatadokoro
1
1.2k
FlutterKaigi 2025 システム裏側
yumnumm
0
1.2k
DartASTとその活用
sotaatos
2
150
CSC509 Lecture 13
javiergs
PRO
0
260
GeistFabrik and AI-augmented software development
adewale
PRO
0
180
アーキテクチャと考える迷子にならない開発者テスト
irof
9
3.3k
TypeScriptで設計する 堅牢さとUXを両立した非同期ワークフローの実現
moeka__c
5
2.5k
Featured
See All Featured
Making Projects Easy
brettharned
120
6.5k
Leading Effective Engineering Teams in the AI Era
addyosmani
8
1.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Facilitating Awesome Meetings
lara
57
6.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Git: the NoSQL Database
bkeepers
PRO
432
66k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Statistics for Hackers
jakevdp
799
230k
It's Worth the Effort
3n
187
29k
Side Projects
sachag
455
43k
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