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
    • myapp package
      • Subpackages
        • myapp.tests package
      • Submodules
Django {json:api} training
  • Docs »
  • MyApp Reference »
  • myapp package »
  • myapp.tests package
  • Edit on GitHub
Next Previous

myapp.tests package¶

Submodules¶

  • myapp.tests.test_models module
  • myapp.tests.test_views module
Next Previous

© Copyright 2020, The Trustees of Columbia University in the City of New York. Revision 40e4f755.

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