mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-22 00:50:23 +00:00
22 lines
471 B
ReStructuredText
22 lines
471 B
ReStructuredText
.. _reference:
|
|
|
|
API reference
|
|
=============
|
|
|
|
Axes offers extensible APIs that you can customize to your liking.
|
|
You can specialize the following base classes or alternatively use
|
|
third party modules as long as they implement the following APIs.
|
|
|
|
.. automodule:: axes.handlers.base
|
|
:members:
|
|
|
|
.. automodule:: axes.backends
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
.. automodule:: axes.middleware
|
|
:members:
|
|
|
|
.. automodule:: axes.request
|
|
:members:
|
|
:show-inheritance:
|