Skip to content

Django application for display of EOA authors

License

Notifications You must be signed in to change notification settings

EditionOpenAccess/django-eoaauthors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOA Authors

EOA Authors is a Django app for displaying author information in the EOA Publication Platform

Quick start

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

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

About

Django application for display of EOA authors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published