loefsys.settings package
The settings for Django are defined here.
Before the settings are loaded, a file named .env
located in the root of the project
is loaded to populate the environment variables.
Submodules
- loefsys.settings.admin module
- loefsys.settings.auth module
- loefsys.settings.base module
BaseSettings
BaseSettings.BASE_DIR
BaseSettings.DEBUG
BaseSettings.ALLOWED_HOSTS
BaseSettings.ROOT_URLCONF
BaseSettings.WSGI_APPLICATION
BaseSettings.DEFAULT_AUTO_FIELD
BaseSettings.LOGIN_URL
BaseSettings.STATIC_URL
BaseSettings.MEDIA_URL
BaseSettings.MEDIA_ROOT
BaseSettings.SECRET_KEY
BaseSettings.INTERNAL_IPS()
BaseSettings.DJANGO_APPS()
BaseSettings.THIRD_PARTY_APPS()
BaseSettings.LOCAL_APPS()
BaseSettings.INSTALLED_APPS()
BaseSettings.MIDDLEWARE()
- loefsys.settings.database module
- loefsys.settings.email module
- loefsys.settings.locale module
- loefsys.settings.logging module
- loefsys.settings.security module
SecuritySettings
SecuritySettings.SESSION_COOKIE_HTTPONLY
SecuritySettings.SESSION_COOKIE_SECURE
SecuritySettings.CSRF_COOKIE_HTTPONLY
SecuritySettings.CSRF_COOKIE_SECURE
SecuritySettings.SECURE_HSTS_SECONDS
SecuritySettings.SECURE_HSTS_INCLUDE_SUBDOMAINS
SecuritySettings.SECURE_HSTS_PRELOAD
SecuritySettings.SECURE_CONTENT_TYPE_NOSNIFF
SecuritySettings.MIDDLEWARE()
- loefsys.settings.storage module
StorageSettings
StorageSettings.AWS_STORAGE_BUCKET_NAME
StorageSettings.uses_local_storage()
StorageSettings.AWS_S3_CUSTOM_DOMAIN()
StorageSettings.STATIC_URL()
StorageSettings.MEDIA_URL()
StorageSettings.STATIC_DIR()
StorageSettings.MEDIA_DIR()
StorageSettings.DJANGO_APPS()
StorageSettings.STORAGES()
StorageSettings.templates_context_processors()
- loefsys.settings.templates module
- loefsys.settings.test module