mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 11:10:43 +01:00
59 lines
1.0 KiB
ReStructuredText
59 lines
1.0 KiB
ReStructuredText
Contrib modules
|
|
===============
|
|
|
|
Wagtail ships with a variety of extra optional modules.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
forms
|
|
staticsitegen
|
|
sitemaps
|
|
frontendcache
|
|
routablepage
|
|
api/index
|
|
searchpicks
|
|
|
|
|
|
:doc:`forms`
|
|
------------
|
|
|
|
Allows forms to be created by admins and provides an interface for browsing form submissions.
|
|
|
|
|
|
:doc:`staticsitegen`
|
|
--------------------
|
|
|
|
Provides a management command that turns a Wagtail site into a set of static HTML files.
|
|
|
|
|
|
:doc:`sitemaps`
|
|
---------------
|
|
|
|
Provides a view that generates a Google XML sitemap of your public wagtail content.
|
|
|
|
|
|
:doc:`frontendcache`
|
|
--------------------
|
|
|
|
A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.
|
|
|
|
|
|
:doc:`routablepage`
|
|
-------------------
|
|
|
|
Provides a way of embedding Django URLconfs into pages.
|
|
|
|
|
|
:doc:`api/index`
|
|
----------------
|
|
|
|
A module for adding a read only, JSON based web API to your Wagtail site
|
|
|
|
|
|
:doc:`searchpicks`
|
|
------------------
|
|
|
|
A module for managing "Promoted Search Results"
|