2015-02-19 18:07:21 +01:00
|
|
|
Contrib modules
|
|
|
|
===============
|
|
|
|
|
|
|
|
Wagtail ships with a variety of extra optional modules.
|
2014-07-25 16:26:35 +02:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-03-26 14:56:43 +01:00
|
|
|
staticsitegen
|
|
|
|
sitemaps
|
2014-10-08 12:32:44 +02:00
|
|
|
frontendcache
|
2015-03-26 14:53:50 +01:00
|
|
|
routablepage
|
2014-07-25 16:38:53 +02:00
|
|
|
|
2015-02-19 18:07:21 +01:00
|
|
|
|
|
|
|
``wagtailmedusa``
|
|
|
|
-----------------
|
|
|
|
|
2015-03-26 14:56:43 +01:00
|
|
|
:doc:`staticsitegen`
|
2015-02-19 18:07:21 +01:00
|
|
|
|
|
|
|
Provides a management command that turns a Wagtail site into a set of static HTML files.
|
|
|
|
|
|
|
|
|
|
|
|
``wagtailsitemaps``
|
|
|
|
-------------------
|
|
|
|
|
2015-03-26 14:56:43 +01:00
|
|
|
:doc:`sitemaps`
|
2015-02-19 18:07:21 +01: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 14:53:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
``wagtailroutablepage``
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
:doc:`routablepage`
|
|
|
|
|
|
|
|
Provides a way of embedding Django URLconfs into pages.
|