Skip to content

EditionOpenAccess/django-eoaauthors

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