Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.8 KB

usage.rst

File metadata and controls

64 lines (39 loc) · 1.8 KB

latch.views

Usage

Views & Decorators

django-latch exposes the following views:

Also, it expose a decorator

Templates

Like django.contrib.auth we extend Django Admin templates. You can override the following templates:

latch
└── templates
    ├── latch_pair.html
    ├── latch_status.html
    └── latch_unpair.html

Loggers

We log failed API connections using logger.exception.

When LATCH_BYPASS_WHEN_UNREACHABLE we register each bypassed login with info level.