From ab912905ac3ce1c51184ba864724c505aa2dbd1c Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 20 Dec 2019 16:13:25 +0100 Subject: [PATCH] Add documentation --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.rst b/README.rst index 86d1209..a5c0971 100644 --- a/README.rst +++ b/README.rst @@ -15,3 +15,23 @@ Quick start ] 2. Run `python manage.py migrate` to create the models. + + +How to use the Plugin +--------------------- + +To add a forthcoming title: +''''''''''''''''' +- Add a new entry in the Django-CMS admin interface (EOAForthcoming) +- Insert title, author and a short abstract, upload a cover and select the series. +- Save, add another or exit the admin interface +- On the front page, add a EOA forthcoming list block +- Click on '+' to add an item to the forthcoming list, the only option is EOA forthcoming +- In the next window, select the entry that was entered via the admin interface. +- Publish the page changes + +To delete a forthcoming title (hopefully in combination with its publication) +''''''''''''''''''' +- In the structure view of the page, delete the EOA forthcoming item +- Publish the page changes +- Delete the entry in the admin interface