EOA Authors is a Django app for displaying author information in the EOA Publication Platform
Add "eoaauthors" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'eoaauthors', ]
Run python manage.py migrate to create the eoaauthors models.