Skip to content

usnistgov/NEMO-contracts

Repository files navigation

NEMO Contracts

Code style: black PyPI - Python Version PyPI Changelog

Plugin for NEMO allowing facility managers to keep track of service contracts, procurement and contractors

Installation

python -m install nemo-contracts

in settings.py add to INSTALLED_APPS:

INSTALLED_APPS = [
    '...',
    'NEMO_contracts',
    # 'NEMO.apps.contracts' Remove old dependency
    '...'
]

To enabled reminder emails, set a cron job daily with one of the following options:

  1. send an authenticated http request to <nemo_url>/email_contract_reminders/
  2. run command django-admin send_email_contract_reminders or python manage.py send_email_contract_reminders

Example of systemd service and timer files are provided for your convenience in the systemd folder.

Usage

Add a new landing page choice or use the Administration -> Contracts & procurements link

Tests

To run the tests:

python runtests.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published