Skip to content

EditionOpenAccess/django-eoaseries

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 Series

EOA Series is a Django app for displaying publication series in the EOA Publication Platform

Quick start

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

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

About

Django app for EOA series info

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published