index.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Contrib modules
  2. ===============
  3. Wagtail ships with a variety of extra optional modules.
  4. .. toctree::
  5. :maxdepth: 2
  6. settings
  7. forms
  8. staticsitegen
  9. sitemaps
  10. frontendcache
  11. routablepage
  12. api/index
  13. modeladmin
  14. searchpromotions
  15. table_block
  16. :doc:`settings`
  17. ---------------
  18. Site-wide settings that are editable by administrators in the Wagtail admin.
  19. :doc:`forms`
  20. ------------
  21. Allows forms to be created by admins and provides an interface for browsing form submissions.
  22. :doc:`staticsitegen`
  23. --------------------
  24. Provides a management command that turns a Wagtail site into a set of static HTML files.
  25. :doc:`sitemaps`
  26. ---------------
  27. Provides a view that generates a Google XML sitemap of your public Wagtail content.
  28. :doc:`frontendcache`
  29. --------------------
  30. A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.
  31. :doc:`routablepage`
  32. -------------------
  33. Provides a way of embedding Django URLconfs into pages.
  34. :doc:`api/index`
  35. ----------------
  36. A module for adding a read only, JSON based web API to your Wagtail site
  37. :doc:`modeladmin`
  38. -----------------
  39. A module allowing for more customisable representation and management of custom models in Wagtail's admin area.
  40. :doc:`searchpromotions`
  41. -----------------------
  42. A module for managing "Promoted Search Results"
  43. :doc:`table_block`
  44. -----------------------
  45. Provides a TableBlock for adding HTML tables to pages.