Files
edx-platform/lms/djangoapps/django_comment_client/constants.py
2016-11-09 22:26:48 +05:00

7 lines
173 B
Python

"""
Constants for Discussions
"""
TYPE_ENTRY = 'entry' # A leaf node in a category hierarchy.
TYPE_SUBCATEGORY = 'subcategory' # A non-leaf node in a category hierarchy.