Django {json:api} training
v0.2.6
Contents:
Welcome and Caveat
Documentation Revision History
Preparing for the classes
Motivation: Strategy and Architectural Standards
Review: git, Python, JSON
HTTP and REpresentational State Transfer (REST)
The {json:api} specification
Using OAuth 2.0
More About Using OAuth 2.0
Building our DJA project
Modifying our DJA Project
Another Modification: Add an Instructor Model and additional relationship
Filters
Database Backends
Split Instructor model to be OneToOne with new Person model
Sphinx Documentation
Documenting the API in OAS 3.0
Deploying to Production
A Command Line Client
Help Wanted
MyApp Reference
Django {json:api} training
Docs
»
Overview: module code
All modules for which code is available
myapp.models
myapp.serializers
myapp.tests.test_models
myapp.tests.test_views
myapp.views