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 Projects

EOA Projects is a Django app for displaying projects of the Edition Open Access.

Quick start

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

    INSTALLED_APPS = [
        ...
        'eoaprojects',
    ]
    
  2. Run python manage.py migrate to create the projects models.

Documentation

To compile the documentation, install sphinx (e.g. with pip3 install sphinx) and run make html for the HTML documentation. Other formats (PDF, EPUB) are available, too.