main

The main module represents the main django application. It handles the settings and URL routing for the website and includes minimal custom views or models.

Submodules

broker_web.main.asgi Exposes the ASGI callable as a module-level variable named application.
broker_web.main.settings Django settings
broker_web.main.urls URL routing for the main django application.
broker_web.main.views Defines views for converting a Web requests into a Web responses
broker_web.main.wsgi Web Server Gateway Interface configuration

App URL Routing

URL routing for the main django application. URLS from each application is routed to the following namespaces:

Application Namespace
apps.alerts alerts
apps.contact contact
apps.getting_started getting-started
apps.objects objects
apps.signup signup
apps.subscriptions subscriptions