module documentation

Django settings for wolf_lease project.

Generated by 'django-admin startproject' using Django 4.1.1.

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/

Constant ALLOWED_HOSTS Undocumented
Constant AUTH_PASSWORD_VALIDATORS Undocumented
Constant BASE_DIR Undocumented
Constant CORS_ORIGIN_ALLOW_ALL Undocumented
Constant DATABASES Undocumented
Constant DEBUG Undocumented
Constant DEFAULT_AUTO_FIELD Undocumented
Constant INSTALLED_APPS Undocumented
Constant LANGUAGE_CODE Undocumented
Constant MIDDLEWARE Undocumented
Constant REST_FRAMEWORK Undocumented
Constant ROOT_URLCONF Undocumented
Constant SECRET_KEY Undocumented
Constant STATIC_URL Undocumented
Constant TEMPLATES Undocumented
Constant TIME_ZONE Undocumented
Constant USE_I18N Undocumented
Constant USE_TZ Undocumented
Constant WSGI_APPLICATION Undocumented
ALLOWED_HOSTS: list[str] =

Undocumented

Value
['*']
AUTH_PASSWORD_VALIDATORS: list =

Undocumented

Value
[{'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValida
tor'},
 {'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator'},
 {'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator'},
 {'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator'}]
BASE_DIR =

Undocumented

Value
Path(__file__).resolve().parent.parent
CORS_ORIGIN_ALLOW_ALL: bool =

Undocumented

Value
True
DATABASES =

Undocumented

Value
{'default': {'ENGINE': 'django.db.backends.sqlite3',
             'NAME': BASE_DIR/'db.sqlite3'}}
DEBUG: bool =

Undocumented

Value
True
DEFAULT_AUTO_FIELD: str =

Undocumented

Value
'django.db.models.BigAutoField'
INSTALLED_APPS: list[str] =

Undocumented

Value
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'rest_framework',
...
LANGUAGE_CODE: str =

Undocumented

Value
'en-us'
MIDDLEWARE: list[str] =

Undocumented

Value
['django.middleware.security.SecurityMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'corsheaders.middleware.CorsMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
...
REST_FRAMEWORK: dict =

Undocumented

Value
{'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.TokenAuthenti
cation'),
 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated')}
ROOT_URLCONF: str =

Undocumented

Value
'wolf_lease.urls'
SECRET_KEY: str =

Undocumented

Value
'django-insecure-x0gzte(+8^q9yh9-e)1jk!m4%raz@ussy&g$z9y^qxs8vpk+o4'
STATIC_URL: str =

Undocumented

Value
'static/'
TEMPLATES: list[dict] =

Undocumented

Value
[{'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': ['housing'],
  'APP_DIRS': True,
  'OPTIONS': {'context_processors': ['django.template.context_processors.debug',
                                     'django.template.context_processors.request'
,
                                     'django.contrib.auth.context_processors.aut
...
TIME_ZONE: str =

Undocumented

Value
'UTC'
USE_I18N: bool =

Undocumented

Value
True
USE_TZ: bool =

Undocumented

Value
True
WSGI_APPLICATION: str =

Undocumented

Value
'wolf_lease.wsgi.application'