Skip to content
Permalink
56bc8e9670
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
22 lines (14 sloc) 352 Bytes

EOA CMS Components

EOA CMS Components is a Django app that adds some features to the CMS used in Edition Open Access.

  • eoa-component
  • eoa-highlightbox
  • eoa-twocolumns

Quick start

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

    INSTALLED_APPS = [
        ...
        'eoacmscomponents',
    ]