-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from MakerSpaceLeiden/feat_msg_send
Feat msg send
- Loading branch information
Showing
12 changed files
with
432 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -308,6 +308,11 @@ | |
) # as for Reimbursement; but now for 'is_priv' users. | ||
CURRENCIES = ["EUR"] | ||
|
||
# Minimal balance needed to be listed as `good for | ||
# your money' - not a real time thing; just a soft | ||
# indicator. | ||
MIN_BALANCE_FOR_CREDIT = Money(-25.00, EUR) | ||
|
||
# How long an admin has to accept a new terminal post | ||
# it booting up with a new key. | ||
# | ||
|
@@ -325,6 +330,11 @@ | |
|
||
NODERED_URL = "http://localhost:1880" | ||
|
||
# Notification aliases | ||
NOTIFICATION_MAP = { | ||
"noc": "[email protected]", | ||
} | ||
|
||
try: | ||
from .local import * # noqa: F403 | ||
except ImportError: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.