Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 419 Bytes

Janeway APC Plugin

This plugin enables Janeway to set, manage and track Article Publication Charges (APC).

Installation Instructions:

  1. Clone this repo into /path/to/janeway/src/plugins/
  2. Run the Janeway command for installing plugins: python3 manage.py install_plugins
  3. Run the Janeway command for running required migrations: python3 manage.py migrate
  4. Restart your server (Apache, Passenger, etc).