EOA Projects is a Django app for displaying projects of the Edition Open Access.
Add "publications" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'eoaprojects', ]
Run python manage.py migrate to create the projects models.
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.