Plugin for NEMO allowing facility managers to keep track of service contracts, procurement and contractors
Project description
NEMO Contracts
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:
- send an authenticated http request to
<nemo_url>/email_contract_reminders/ - run command
django-admin send_email_contract_remindersorpython 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NEMO_contracts-1.0.1-py3-none-any.whl.
File metadata
- Download URL: NEMO_contracts-1.0.1-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00a1118146377ec32227ecbb8ad18d32f96ab165119c798e6016947a62abf9a3
|
|
| MD5 |
740551e2e7d0c40cee9042b32a070844
|
|
| BLAKE2b-256 |
086f7f7b7956dd3c527afcac6b49bf88802b998a7f0c66ff31cee288d34444d6
|