core package
Submodules
core.asgi module
ASGI config for core 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/
core.settings module
Django settings for core project.
Generated by ‘django-admin startproject’ using Django 4.1.2.
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/
core.urls module
core.wsgi module
WSGI config for core 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/