forked from ubccr/coldfront
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #350 from fasrc/ajk_rebalance
Rebalance
- Loading branch information
Showing
8 changed files
with
121 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,9 @@ class GROUPS(): | |
class RATES(): | ||
INTERNAL_RATE_NAME = 'Harvard Internal Rate' | ||
|
||
class EMAILS(): | ||
DEFAULT_EMAIL_FROM_ADDRESS = '[email protected]' | ||
|
||
# Ignore billing models in the django-author pre-save so that values are set directly | ||
AUTHOR_IGNORE_MODELS = [ | ||
'ifxbilling.BillingRecord', | ||
|
@@ -38,3 +41,7 @@ class RATES(): | |
|
||
IFXREPORT_FILE_ROOT = os.path.join(MEDIA_ROOT, 'reports') | ||
IFXREPORT_URL_ROOT = f'{MEDIA_URL}reports' | ||
|
||
# Class to be used for rebalancing | ||
REBALANCER_CLASS = 'coldfront.plugins.ifx.calculator.ColdfrontRebalance' | ||
|
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
Submodule ifxbilling
updated
from 3a8575 to e8a115
Submodule ifxuser
updated
from 49b5ab to 24daba