.. _views: .. module:: django_latch.views View classes ============ There are just two essential views in ``django-latch``: one for letting a user configure the latch and another for unpairing it. .. autoclass:: PairLatchView .. autoclass:: UnpairLatchView