bruinbridge_backend package
Submodules
bruinbridge_backend.apps module
- class bruinbridge_backend.apps.MongoAdminConfig(app_name, app_module)[source]
Bases:
AdminConfig- default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
- class bruinbridge_backend.apps.MongoAuthConfig(app_name, app_module)[source]
Bases:
AuthConfig- default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
- class bruinbridge_backend.apps.MongoContentTypesConfig(app_name, app_module)[source]
Bases:
ContentTypesConfig- default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
bruinbridge_backend.asgi module
ASGI config for bruinbridge_backend project. Configured for Django Channels with WebSocket support.
For more information on this file, see https://docs.djangoproject.com/en/6.0/howto/deployment/asgi/
bruinbridge_backend.settings module
Django settings for the BruinBridge backend project.
All sensitive values are read from environment variables.
For more information on this file, see: https://docs.djangoproject.com/en/6.0/topics/settings/
For the full list of settings and their values, see: https://docs.djangoproject.com/en/6.0/ref/settings/
bruinbridge_backend.urls module
URL configuration for bruinbridge_backend.
Routes top-level URL patterns to the users, matching, and chat apps.
bruinbridge_backend.wsgi module
WSGI config for bruinbridge_backend project.
It exposes the WSGI callable as a module-level variable named application.
For more information on this file, see https://docs.djangoproject.com/en/6.0/howto/deployment/wsgi/