EOA Forthcoming is a Django app for displaying forthcoming books of the Edition Open Access.
Add "eoaforthcoming" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'eoaforthcoming', ]
Run python manage.py migrate to create the models.
- 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
- In the structure view of the page, delete the EOA forthcoming item
- Publish the page changes
- Delete the entry in the admin interface