mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
18 lines
512 B
Markdown
18 lines
512 B
Markdown
# AA Framework
|
|
|
|
This section contains information about the Alliance Auth framework and how to use it.
|
|
|
|
The Alliance Auth framework is a collection of reusable Python code as well as CSS classes
|
|
that are used throughout Alliance Auth. It is designed to be used by developers of community apps
|
|
to make their lives easier.
|
|
|
|
The Alliance Auth framework is split into several submodules, each of which is documented in its own section.
|
|
|
|
:::{toctree}
|
|
:maxdepth: 1
|
|
|
|
framework/api
|
|
framework/css
|
|
framework/templates
|
|
:::
|