Skip to content

EditionOpenAccess/django-eoacmscomponents

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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',
    ]
    

About

Django app for some CSS/JS features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published