Comprehensive Presentation On Jannah Middleware Part 10: Continuing with Django Settings File

Опубликовано: 06 Февраль 2026
на канале: jannah_io
26
1

A Comprehensive Presentation on Jannah Middleware Application Part 10: Continuing with Django Settings File
Video Highlights
We talked about the following variables in the Django settings.py file:
ROOT_URLCONF
Sub URLS that are served by Jannah.
TEMPLATES
WSGI_APPLICATION
DATABASES
Specifying database URL (connection string)
AUTH_PASSWORD_VALIDATORS
Password validators to ensure secure password creation
LANGUAGE_CODE
TIME_ZONE
USE_I18N
USE_TZ
DEFAULT_AUTO_FIELD
We discussed using these variables in the settings file to setup security options for middleware application:
SECRET_KEY
AUTHENTICATION_BACKENDS
CORS_ORIGIN_ALLOW_ALL
CORS_ORIGIN_WHITELIST