maykin-django-common
Contents:
Quickstart
Environment variable documentation helpers
Health checks
Open Telemetry
API projects
Settings
De-celeried Django Yubin
Reference
Changelog
maykin-django-common
Index
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
V
A
add_to_docs (maykin_common.config.DocumentationParams attribute)
api_version (maykin_common.api_reference.views.ComponentIndexView attribute)
assertMarkedGlobal() (maykin_common.tests.otel.MetricsAssertMixin method)
auto_display_default (maykin_common.config.DocumentationParams attribute)
C
CeleryHealthChecksAppConfig (class in maykin_common.health_checks.celery.apps)
check_missing_init_files() (in module maykin_common.checks)
check_privilege_escalation_prevention_enabled() (in module maykin_common.checks)
check_rate_limit_exceeded() (maykin_common.throttling.ThrottleMixin method)
component (maykin_common.api_reference.views.ComponentIndexView attribute)
ComponentIndexView (class in maykin_common.api_reference.views)
config() (in module maykin_common.config)
ConfigAllParamsDirective (class in maykin_common.documentation.config_directives)
ConfigGroupDirective (class in maykin_common.documentation.config_directives)
ConfigParamDirective (class in maykin_common.documentation.config_directives)
connect_beat_signals() (in module maykin_common.health_checks.celery.probes)
connect_worker_signals() (in module maykin_common.health_checks.celery.probes)
csrf_failure() (in module maykin_common.views)
D
database_backwards() (maykin_common.migration_operations.ResetSequences method)
database_forwards() (maykin_common.migration_operations.ResetSequences method)
default_health_check_apps (in module maykin_common.health_checks.defaults)
dispatch() (maykin_common.throttling.ThrottleMixin method)
DocumentationParams (class in maykin_common.config)
E
enqueue() (in module maykin_common.yubin.utils)
ENVIRONMENT (in module maykin_common.settings)
ENVIRONMENT_BACKGROUND_COLOR (in module maykin_common.settings)
ENVIRONMENT_FOREGROUND_COLOR (in module maykin_common.settings)
ENVIRONMENT_LABEL (in module maykin_common.settings)
EventLoopProbe (class in maykin_common.health_checks.celery.probes)
F
final_argument_whitespace (maykin_common.documentation.config_directives.ConfigAllParamsDirective attribute)
(maykin_common.documentation.config_directives.ConfigGroupDirective attribute)
(maykin_common.documentation.config_directives.ConfigParamDirective attribute)
G
get_context_data() (maykin_common.api_reference.views.ComponentIndexView method)
get_setting() (in module maykin_common.settings)
get_throttle_cache() (maykin_common.throttling.ThrottleMixin method)
get_throttle_identifier() (maykin_common.throttling.IPThrottleMixin method)
(maykin_common.throttling.ThrottleMixin method)
GIT_SHA (in module maykin_common.settings)
GOOGLE_ANALYTICS_ID (in module maykin_common.settings)
group (maykin_common.config.DocumentationParams attribute)
H
handle_rate_limit_exceeded() (maykin_common.throttling.ThrottleMixin method)
has_content (maykin_common.documentation.config_directives.ConfigAllParamsDirective attribute)
(maykin_common.documentation.config_directives.ConfigGroupDirective attribute)
(maykin_common.documentation.config_directives.ConfigParamDirective attribute)
help_text (maykin_common.config.DocumentationParams attribute)
I
IPThrottleMixin (class in maykin_common.throttling)
L
liveness_file (maykin_common.health_checks.celery.probes.EventLoopProbe attribute)
LOGIN_URLS (in module maykin_common.settings)
M
maykin_common.accounts.admin
module
maykin_common.accounts.views
module
maykin_common.api_reference.views
module
maykin_common.checks
module
maykin_common.config
module
maykin_common.context_processors
module
maykin_common.django_two_factor_auth
module
maykin_common.documentation.config_directives
module
maykin_common.drf_spectacular.hooks
module
maykin_common.health_checks
module
maykin_common.health_checks.celery.apps
module
maykin_common.health_checks.celery.probes
module
maykin_common.health_checks.defaults
module
maykin_common.migration_operations
module
maykin_common.otel
module
maykin_common.pdf
module
maykin_common.settings
module
maykin_common.templatetags.maykin_common
module
maykin_common.tests.otel
module
maykin_common.throttling
module
maykin_common.vcr
module
maykin_common.views
module
maykin_common.yubin.backends
module
maykin_common.yubin.utils
module
MetricsAssertMixin (class in maykin_common.tests.otel)
MKN_HEALTH_CHECKS_BEAT_LIVENESS_FILE (in module maykin_common.settings)
MKN_HEALTH_CHECKS_WORKER_EVENT_LOOP_LIVENESS_FILE (in module maykin_common.settings)
MKN_HEALTH_CHECKS_WORKER_EVENT_LOOP_PROBE_FREQUENCY_SECONDS (in module maykin_common.settings)
MKN_HEALTH_CHECKS_WORKER_READINESS_FILE (in module maykin_common.settings)
MKN_YUBIN_LOCK_PATH (in module maykin_common.settings)
module
maykin_common.accounts.admin
maykin_common.accounts.views
maykin_common.api_reference.views
maykin_common.checks
maykin_common.config
maykin_common.context_processors
maykin_common.django_two_factor_auth
maykin_common.documentation.config_directives
maykin_common.drf_spectacular.hooks
maykin_common.health_checks
maykin_common.health_checks.celery.apps
maykin_common.health_checks.celery.probes
maykin_common.health_checks.defaults
maykin_common.migration_operations
maykin_common.otel
maykin_common.pdf
maykin_common.settings
maykin_common.templatetags.maykin_common
maykin_common.tests.otel
maykin_common.throttling
maykin_common.vcr
maykin_common.views
maykin_common.yubin.backends
maykin_common.yubin.utils
N
name (maykin_common.health_checks.celery.probes.EventLoopProbe attribute)
notification_url (maykin_common.api_reference.views.ComponentIndexView attribute)
O
on_beat_init() (in module maykin_common.health_checks.celery.probes)
on_beat_task_published() (in module maykin_common.health_checks.celery.probes)
on_worker_ready() (in module maykin_common.health_checks.celery.probes)
on_worker_shutdown() (in module maykin_common.health_checks.celery.probes)
option_spec (maykin_common.documentation.config_directives.ConfigAllParamsDirective attribute)
(maykin_common.documentation.config_directives.ConfigGroupDirective attribute)
(maykin_common.documentation.config_directives.ConfigParamDirective attribute)
optional_arguments (maykin_common.documentation.config_directives.ConfigAllParamsDirective attribute)
(maykin_common.documentation.config_directives.ConfigGroupDirective attribute)
(maykin_common.documentation.config_directives.ConfigParamDirective attribute)
P
PasswordResetView (class in maykin_common.accounts.views)
PDF_BASE_URL_FUNCTION (in module maykin_common.settings)
PreventPrivilegeEscalationMixin (class in maykin_common.accounts.admin)
Q
queue_email_message() (in module maykin_common.yubin.utils)
QueuedEmailBackend (class in maykin_common.yubin.backends)
R
ready() (maykin_common.health_checks.celery.apps.CeleryHealthChecksAppConfig method)
RELEASE (in module maykin_common.settings)
remove_invalid_url_defaults() (in module maykin_common.drf_spectacular.hooks)
render_template_to_pdf() (in module maykin_common.pdf)
render_to_pdf() (in module maykin_common.pdf)
request (maykin_common.throttling.ThrottleMixin attribute)
required_arguments (maykin_common.documentation.config_directives.ConfigAllParamsDirective attribute)
(maykin_common.documentation.config_directives.ConfigGroupDirective attribute)
(maykin_common.documentation.config_directives.ConfigParamDirective attribute)
requires (maykin_common.health_checks.celery.probes.EventLoopProbe attribute)
ResetSequences (class in maykin_common.migration_operations)
retry_messages() (in module maykin_common.yubin.utils)
run() (maykin_common.documentation.config_directives.ConfigAllParamsDirective method)
(maykin_common.documentation.config_directives.ConfigGroupDirective method)
(maykin_common.documentation.config_directives.ConfigParamDirective method)
S
send_messages() (maykin_common.yubin.backends.QueuedEmailBackend method)
server_error() (in module maykin_common.views)
SettingName (in module maykin_common.settings)
settings() (in module maykin_common.context_processors)
setup_otel() (in module maykin_common.otel)
should_be_throttled() (maykin_common.throttling.ThrottleMixin method)
should_display_dropdown_menu() (in module maykin_common.django_two_factor_auth)
SHOW_ENVIRONMENT (in module maykin_common.settings)
show_environment_info() (in module maykin_common.templatetags.maykin_common)
show_version_info() (in module maykin_common.templatetags.maykin_common)
SimpleVCRTestCase (class in maykin_common.vcr)
start() (maykin_common.health_checks.celery.probes.EventLoopProbe method)
stop() (maykin_common.health_checks.celery.probes.EventLoopProbe method)
T
template_name (maykin_common.api_reference.views.ComponentIndexView attribute)
throttle_403 (maykin_common.throttling.ThrottleMixin attribute)
throttle_cache (maykin_common.throttling.ThrottleMixin attribute)
throttle_methods (maykin_common.accounts.views.PasswordResetView attribute)
(maykin_common.throttling.ThrottleMixin attribute)
throttle_name (maykin_common.accounts.views.PasswordResetView attribute)
(maykin_common.throttling.ThrottleMixin attribute)
throttle_period (maykin_common.accounts.views.PasswordResetView attribute)
(maykin_common.throttling.ThrottleMixin attribute)
throttle_visits (maykin_common.accounts.views.PasswordResetView attribute)
(maykin_common.throttling.ThrottleMixin attribute)
ThrottleMixin (class in maykin_common.throttling)
TransactionVCRTestCase (class in maykin_common.vcr)
tref (maykin_common.health_checks.celery.probes.EventLoopProbe attribute)
V
vcr_enabled (maykin_common.vcr.VCRMixin attribute)
VCR_FILTER_HEADERS (maykin_common.vcr.VCRMixin attribute)
vcr_raises() (maykin_common.vcr.VCRMixin method)
VCR_RECORD_MODE (maykin_common.vcr.VCRMixin attribute)
VCR_TEST_FILES (maykin_common.vcr.VCRMixin attribute)
VCRMixin (class in maykin_common.vcr)
VCRTestCase (class in maykin_common.vcr)