From 9b13f80eccfa1f1dd5b39ad31eaeba787ff8881c Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 18 Oct 2015 15:02:50 +0200 Subject: [PATCH] Update README --- README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index e6037dd..6e2fe22 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,15 @@ Supported django CMS versions: * django CMS 3.x +Features +-------- + +* Support for changefreq and priority customisation per-page +* Option to exclude a page from the Sitemap +* Values are cached +* django CMS toolbar integration + + Quickstart ---------- @@ -83,11 +92,3 @@ Since version 0.2 ``djangocms-page-sitemap`` ships with migrations both for sout When upgrading you need to fake the migration to avoid errors:: $ python manage.py migrate djangocms_page_meta --fake - - -Features --------- - -* Support for changefreq and priority customisation per-page -* Values are cached -* django CMS toolbar integration