Add intro text for Extending Wagtail section

pull/7396/head
Matt Westcott 2021-07-23 18:21:30 +01:00 zatwierdzone przez Matt Westcott
rodzic ee8af13adf
commit 83717829bb
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
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