This plugin enables Janeway to set, manage and track Article Publication Charges (APC).
Installation Instructions:
- Clone this repo into /path/to/janeway/src/plugins/
- Run the Janeway command for installing plugins:
python3 manage.py install_plugins
- Run the Janeway command for running required migrations:
python3 manage.py migrate
- Restart your server (Apache, Passenger, etc).