Files
edx-platform/openedx/features/discounts/__init__.py
Awais Qureshi 5ea60327b1 BOM-2336
Apply pylint-amnesty.
2021-02-04 16:49:47 +05:00

6 lines
368 B
Python

""" # lint-amnesty, pylint: disable=django-not-configured
Discounts are determined by a combination of user and course, and have a one to one relationship with the enrollment
(if already enrolled) or a join table of user and course. They are determined in LMS, because all of the data for
the business rules exists here. Discount rules are meant to be permanent.
"""