Skip to content

Commit

Permalink
Feat: Adds flag for the plan start date in the site configuration. (#605
Browse files Browse the repository at this point in the history
)

Co-authored-by: Anas Hameed <[email protected]>
  • Loading branch information
Anas-hameed and Anas-hmeed authored Dec 20, 2024
1 parent 40de093 commit ebe8048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
'DEFAULT_FROM_EMAIL', 'BULK_EMAIL_DEFAULT_FROM_EMAIL',
'FEATURES', 'MKTG_URLS', 'MARKETING_SITE_ROOT',
'CORS_ORIGIN_WHITELIST', 'CURRENT_PLAN', 'LMS_SEGMENT_KEY', 'CMS_SEGMENT_KEY', 'BADGR_USERNAME', 'BADGR_PASSWORD',
'BADGR_ISSUER_SLUG', 'BADGR_FLAG'
'BADGR_ISSUER_SLUG', 'BADGR_FLAG', 'PLAN_START_DATE'
]

# CORS CONFIG
Expand Down
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
'REGISTRATION_EXTRA_FIELDS',
'CSRF_TRUSTED_ORIGINS', 'CORS_ORIGIN_WHITELIST', 'CURRENT_PLAN',
'LMS_SEGMENT_KEY', 'CMS_SEGMENT_KEY', 'BADGR_USERNAME', 'BADGR_PASSWORD',
'BADGR_ISSUER_SLUG', 'BADGR_FLAG'
'BADGR_ISSUER_SLUG', 'BADGR_FLAG', 'PLAN_START_DATE'
]

ENABLE_SUBSCRIPTIONS_ON_RUNTIME_SWITCH = 'enable_subscriptions'
Expand Down

0 comments on commit ebe8048

Please sign in to comment.