Skip to content
Permalink
b048ca903d
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?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (12 sloc) 335 Bytes

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.