Commit 58a9fded by Victor Shnayder Committed by Victor Shnayder

add note about settings needed for manual testing

parent 3e5a2f9b
...@@ -378,6 +378,9 @@ def _adjust_start_date_for_beta_testers(user, descriptor): ...@@ -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 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 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. 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: if descriptor.days_early_for_beta is None:
# bail early if no beta testing is set up # bail early if no beta testing is set up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment