apps.getting_started

A django application for handling displaying a getting started guide. This application primarily provides views for generic/static web pages.

apps.getting_started.urls

The urls module configures routes from URLs to views.

URL View name
/ Introduction introduction
data_products DataProducts data-products
technical_resources TechnicalResources technical-resources
data_access DataAccess data-access
broker_design BrokerDesign broker-design

apps.getting_started.views

The views module defines View objects for converting web requests into rendered responses.

broker_web.apps.getting_started.views.Introduction Static template view
broker_web.apps.getting_started.views.DataProducts Static template view
broker_web.apps.getting_started.views.TechnicalResources Static template view
broker_web.apps.getting_started.views.DataAccess Static template view
broker_web.apps.getting_started.views.BrokerDesign Static template view