index.rst 745 B

12345678910111213141516171819202122
  1. Extending Wagtail
  2. =================
  3. 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.
  4. This section describes the various mechanisms that can be used to integrate your own code into Wagtail's admin interface.
  5. .. toctree::
  6. :maxdepth: 2
  7. admin_views
  8. template_components
  9. adding_reports
  10. custom_tasks
  11. audit_log
  12. custom_account_settings
  13. customising_group_views
  14. rich_text_internals
  15. extending_draftail
  16. extending_hallo
  17. custom_bulk_actions