discussionsettings.py 186 Bytes
Newer Older
1 2

# We intentionally define variables that aren't used
3
# pylint: disable=unused-wildcard-import
4

5
DISCUSSION_ALLOWED_UPLOAD_FILE_TYPES = ('.jpg', '.jpeg', '.gif', '.bmp', '.png', '.tiff')