2015-02-19 17:07:21 +00:00
|
|
|
Contrib modules
|
|
|
|
===============
|
|
|
|
|
|
|
|
Wagtail ships with a variety of extra optional modules.
|
2014-07-25 14:26:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-03-26 13:56:43 +00:00
|
|
|
staticsitegen
|
|
|
|
sitemaps
|
2014-10-08 10:32:44 +00:00
|
|
|
frontendcache
|
2015-03-26 13:53:50 +00:00
|
|
|
routablepage
|
2015-03-02 10:19:58 +00:00
|
|
|
api/index
|
2014-07-25 14:38:53 +00:00
|
|
|
|
2015-02-19 17:07:21 +00:00
|
|
|
|
|
|
|
``wagtailmedusa``
|
|
|
|
-----------------
|
|
|
|
|
2015-03-26 13:56:43 +00:00
|
|
|
:doc:`staticsitegen`
|
2015-02-19 17:07:21 +00:00
|
|
|
|
|
|
|
Provides a management command that turns a Wagtail site into a set of static HTML files.
|
|
|
|
|
|
|
|
|
|
|
|
``wagtailsitemaps``
|
|
|
|
-------------------
|
|
|
|
|
2015-03-26 13:56:43 +00:00
|
|
|
:doc:`sitemaps`
|
2015-02-19 17:07:21 +00:00
|
|
|
|
|
|
|
Provides a view that generates a Google XML sitemap of your public wagtail content.
|
|
|
|
|
|
|
|
|
|
|
|
``wagtailfrontendcache``
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
:doc:`frontendcache`
|
|
|
|
|
|
|
|
A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.
|
2015-03-26 13:53:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
``wagtailroutablepage``
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
:doc:`routablepage`
|
|
|
|
|
|
|
|
Provides a way of embedding Django URLconfs into pages.
|
2015-03-02 10:19:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
``wagtailapi``
|
|
|
|
--------------
|
|
|
|
|
|
|
|
:doc:`api/index`
|
|
|
|
|
|
|
|
A module for adding a read only, JSON based web API to your Wagtail site
|