add note about settings needed for manual testing

This commit is contained in:
Victor Shnayder
2013-01-12 10:10:01 -05:00
committed by Victor Shnayder
parent 3e5a2f9bde
commit 58a9fdeddc

View File

@@ -378,6 +378,9 @@ def _adjust_start_date_for_beta_testers(user, descriptor):
NOTE: For now, this function assumes that the descriptor's location is in the course
the user is looking at. Once we have proper usages and definitions per the XBlock
design, this should use the course the usage is in.
NOTE: If testing manually, make sure MITX_FEATURES['DISABLE_START_DATES'] = False
in envs/dev.py!
"""
if descriptor.days_early_for_beta is None:
# bail early if no beta testing is set up