0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00
wagtail/docs/extending/index.rst
2021-08-24 15:42:04 +01:00

22 lines
721 B
ReStructuredText

Extending Wagtail
=================
The Wagtail admin interface is a suite of Django apps, and so the familiar concepts from Django development - views, templates, URL routes and so on - can be used to add new functionality to Wagtail. Numerous `third-party packages <https://wagtail.io/packages/>`_ can be installed to extend Wagtail's capabilities.
This section describes the various mechanisms that can be used to integrate your own code into Wagtail's admin interface.
.. toctree::
:maxdepth: 2
admin_views
template_components
adding_reports
custom_tasks
audit_log
custom_account_settings
customising_group_views
rich_text_internals
extending_draftail
extending_hallo