backend package¶
Submodules¶
backend.asgi module¶
ASGI config for backend project.
It exposes the ASGI callable as a module-level variable named application
.
For more information on this file, see https://docs.djangoproject.com/en/4.1/howto/deployment/asgi/
backend.settings module¶
Django settings for backend project.
Generated by ‘django-admin startproject’ using Django 4.1.6.
For more information on this file, see https://docs.djangoproject.com/en/4.1/topics/settings/
For the full list of settings and their values, see https://docs.djangoproject.com/en/4.1/ref/settings/
backend.urls module¶
backend.wsgi module¶
WSGI config for 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/4.1/howto/deployment/wsgi/