SIGN IN SIGN UP

refactor: migrate IN_CONTEXT_DISCUSSION_ENABLED_DEFAULT off FEATURES-as-dict

The setting is only defined in cms/envs/common.py but the reader lives in
shared xmodule code reachable from LMS, so use getattr(settings, ..., True)
(matching the prior inline default) rather than a bare settings lookup that
would AttributeError under LMS.
F
Feanil Patel committed
3278cda030e67444154f6631a5abe3f84bf83867
Parent: 242ab9c