Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

EOA List of Forthcoming books

EOA Forthcoming is a Django app for displaying forthcoming books of the Edition Open Access.

Quick start

  1. Add "eoaforthcoming" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'eoaforthcoming',
    ]
    
  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