Skip to content

malikoth/django-rest-framework-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework Crash Course

This is a talk by Kyle Rich for OpenWest 2016

https://joind.in/event/openwest-2016/django-rest-framework-crash-course

Images

To generate the dot file for the model graph representation, run this

server/manage.py graph_models api > slides/graph.dot

To convert that to a high-resolution PNG, run this

dot slides/graph.dot -Tpng -Gdpi=300 -o slides/graph.png

About

Presentation for OpenWest 2016 - Django REST Framework Crash Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published