diff --git a/README b/README index 2861ae9..81c0dbe 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ The application is now usable at http://localhost:8000/ How to save users settings ========================== - $ ./run.sh dumpdata -n portail_citoyen.citoyen saml.libertyfederation \ + $ ./run.sh dumpdata -n portail_citoyen.citoyen saml.libertyfederation feed_plugin.feedpreference portail_citoyen_announces.subscription >user-datas.json To load them @@ -26,3 +26,11 @@ How to save users settings PORTAIL_CITOYEN_TEMPLATE_VARS_SITE_AGGLO_MONTPELLIER URL of the main agglo site + +Stacks +====== + +You can plug editable content in any template using Django-CMS stacks:: + + {% load stack_tags %} + {% stack 'my_content_id' %}