Django {json:api} training
0.2.3

Contents:

  • Welcome and Caveat
  • Preparing for the classes
  • Motivation: Strategy and Architectural Standards
  • Review of key concepts from Python and Git training
  • HTTP and REpresentational State Transfer (REST)
  • The {json:api} specification
  • Building our DJA project
  • Deploying to Production
  • Modifying our DJA Project
  • Another Modification: Add an Instructor Model and additional relationship
  • Database Backends
  • Split Instructor model to be OneToOne with new Person model
  • Sphinx Documentation
  • Documenting the API in OAS 3.0
  • More About Using OAuth 2.0
  • Help Wanted
  • MyApp Reference
    • myapp package
      • Subpackages
        • myapp.tests package
      • Submodules
        • myapp.admin module
        • myapp.models module
        • myapp.serializers module
        • myapp.views module
Django {json:api} training
  • Docs »
  • MyApp Reference »
  • myapp package
  • View page source
Next Previous

myapp package¶

Subpackages¶

  • myapp.tests package
    • Submodules
      • myapp.tests.test_models module
      • myapp.tests.test_views module

Submodules¶

  • myapp.admin module
  • myapp.models module
  • myapp.serializers module
  • myapp.views module
Next Previous

© Copyright 2018, The Trustees of Columbia University in the City of New York.

Built with Sphinx using a theme provided by Read the Docs.