settings: Support free_trial_days in the development environment.

This commit is contained in:
Tim Abbott
2020-05-26 21:19:41 -07:00
parent e040721090
commit d32362e53e
3 changed files with 3 additions and 2 deletions

View File

@@ -155,7 +155,6 @@ THUMBNAIL_IMAGES = True
SEARCH_PILLS_ENABLED = bool(os.getenv('SEARCH_PILLS_ENABLED', False))
BILLING_ENABLED = True
FREE_TRIAL_DAYS = None
LANDING_PAGE_NAVBAR_MESSAGE = None
# Test Custom TOS template rendering