Google Auth Webapp

Installation

Add the api application to your INSTALLED_APPS configuration as usual.

Views and serializers

Views for Google Auth Webapp

api.views.example(request)

A simple example view which renders the current date and time.

Default URL routing

URL routing schema for Google Auth Webapp.

Application configuration

class api.apps.Config(app_name, app_module)

Configuration for Google Auth Webapp application.

name = 'api'

The short name for this application. This should be the Python module name since Django uses this to import things.

ready()

Perform application initialisation once the Django platform has been initialised.

verbose_name = 'api'

The human-readable verbose name for this application.