heliport_config package
Submodules
heliport_config.asgi module
ASGI config for heliport project.
It exposes the ASGI callable as a module-level variable named application
.
For more information on this file, see How to deploy with ASGI.
heliport_config.celery module
Configuration for the Celery runner.
heliport_config.settings module
The overall configuration of the HELIPORT Django application.
heliport_config.urls module
heliport_config.wsgi module
WSGI config for heliport project.
It exposes the WSGI callable as a module-level variable named application
.
For more information on this file, see How to deploy with ASGI.
Module contents
The heliport configuration module.
This contains all the files necessary to run heliport including the Django settings, its URL config and Celery config as well as the web server entry points.