mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-29 19:24:45 +00:00
30 lines
482 B
ReStructuredText
30 lines
482 B
ReStructuredText
.. _reference:
|
|
|
|
10. API reference
|
|
=================
|
|
|
|
Axes offers extendable APIs that you can customize to your liking.
|
|
|
|
You can specialize the following base classes or altenatively
|
|
implement your own classes based on the following base implementations.
|
|
|
|
|
|
AxesBackend
|
|
-----------
|
|
|
|
.. automodule:: axes.backends
|
|
:members:
|
|
|
|
|
|
AxesHandler
|
|
---------------
|
|
|
|
.. automodule:: axes.handlers.base
|
|
:members:
|
|
|
|
|
|
AxesMiddleware
|
|
--------------
|
|
|
|
.. automodule:: axes.middleware
|
|
:members:
|