cellar package¶
Submodules¶
cellar.asgi module¶
ASGI config for cellar 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.2/howto/deployment/asgi/
cellar.settings module¶
Django settings for cellar project.
Generated by ‘django-admin startproject’ using Django 4.2.7.
For more information on this file, see https://docs.djangoproject.com/en/4.2/topics/settings/
For the full list of settings and their values, see https://docs.djangoproject.com/en/4.2/ref/settings/
cellar.test_settings module¶
Django settings for cellar project.
Generated by ‘django-admin startproject’ using Django 4.2.7.
For more information on this file, see https://docs.djangoproject.com/en/4.2/topics/settings/
For the full list of settings and their values, see https://docs.djangoproject.com/en/4.2/ref/settings/
cellar.urls module¶
cellar.wsgi module¶
WSGI config for cellar 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.2/howto/deployment/wsgi/